Advertisement
Guest User

page.php

a guest
Aug 2nd, 2011
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <?php
  2. get_header();?>
  3. <!-- INNERPAGE -->
  4. <div id="innerpage">
  5. <!-- Content -->
  6. <div class="content">
  7. <?php while(have_posts()):the_post();?>
  8.  
  9. </div>
  10. <!-- /Content -->
  11. </div>
  12. <!-- /INNERPAGE -->
  13.  
  14.  
  15. <!-- MAIN -->
  16. <div id="main" class="innerpage">
  17. <!-- Content of Main -->
  18. <div class="content">
  19.  
  20.  
  21.  
  22. <!-- page -->
  23. <div id="page" class="design fullwidth">
  24.  
  25.  
  26. <h2 class="center"><?php the_title();?></h2>
  27. <?php the_content();?>
  28. <br class="clear" />
  29.  
  30. </div>
  31. <!-- /page -->
  32.  
  33. <br class="clear" />
  34.  
  35. </div>
  36. <!-- /Content of Main -->
  37. </div>
  38. <!-- /MAIN -->
  39. <?php endwhile;get_footer();?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement