Advertisement
Tagcloud

Index

Jan 25th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3. <!-- START: MAIN CONTENT -->
  4. <div id="main-content" class="clearfix">
  5. <div id="lcol-wrapper">
  6. <!-- START: LEFT COLUMN -->
  7. <div id="leftcol">
  8.  
  9. <?php include( get_template_directory() . '/includes/posts.php' ); // Display posts ?>
  10.  
  11. </div>
  12. <!-- END: LEFT COLUMN -->
  13. </div>
  14.  
  15. <?php get_sidebar(); ?>
  16.  
  17. </div>
  18. <!-- END: MAIN CONTENT -->
  19.  
  20. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement