che problema c'è?
Dove devi mettere il contenuto lo richiami tramite include
Esempio:
come gestire il contenuto spetta a teCodice PHP:
<html>
...
<body>
...
<?php include("tuoContenuto.htm"); ?>
...
</html>
esempio:
include($_GET['post'].".htm")