Advertisement
Guest User

Untitled

a guest
Apr 24th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.57 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <div id="page">
  3.         <div class="inner>
  4.                 <div id="main">
  5.                         <?php echo theme_generator('breadcrumbs',$post_id);?>
  6. <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
  7.                         <?php the_content(); ?>
  8. <?php endwhile; // end of the loop.?>
  9.                         <div class="clearboth"></div>
  10.                 </div>
  11.                 <?php get_sidebar(); ?>
  12.                 <div class="clearboth"></div>
  13.         </div>
  14.         <div id="page_bottom"></div>
  15. </div>
  16. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement