<?php get_header(); ?> <?php the_post(); ?> <article> <h2><?php the_title(); ?></h2> <?php the_content(); ?> </article> <?php //get_sidebar(); ?> <?php get_footer(); ?>