<?php get_header(); ?> <?php include 'menu.php'; ?> <section class=" wrapper"> <?php echo the_content(); ?> </section> <?php get_footer();