<?php get_header(); ?>
<?php include 'menu.php'; ?>
<section class=" wrapper">
<div class="grid">
<h1><?php echo the_title(); ?></h1>
<div class="data">
</div>
<div class="conteudo">
<?php echo the_content(); ?>
</div>
</div>
</section>
<?php get_footer();
Back to Directory