typict
2/1/2016 - 3:26 PM

Standart

Standart

<?php wpeHeadNav(); ?>

<?php get_header(); ?>

<?php if (have_posts()): while (have_posts()) : the_post(); ?>

<?php the_title(); ?>

<?php the_content(); ?>

<?php endwhile; endif; ?>

<?php get_sidebar(); ?>

<?php get_footer(); ?>

<?php bloginfo('template_directory') ?>