Advertisement
Guest User

Untitled

a guest
Sep 9th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <?php
  2. /*
  3. * Displays the single post entry
  4. *
  5. */
  6. ?>
  7.  
  8. <?php get_header() ?>
  9. <?php the_post() ?>
  10. <!-- posts list -->
  11. <div id="posts-list" class="cf <?php if (get_option('ansimuz_fullwidth_blog') == 'true' ) echo 'fullwidth-blog' ?>">
  12. <?php get_template_part('includes/single-content') ?>
  13. <?php comments_template(); ?>
  14. <?php comment_form(); ?>
  15. </div>
  16. <!-- ENDS posts list -->
  17.  
  18. <?php if (get_option('ansimuz_fullwidth_blog') != 'true' ) get_sidebar() ?>
  19.  
  20. <?php get_footer() ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement