Advertisement
jakeyboy1989

index.php

May 2nd, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <div id="content" class="clearfloat">
  3.  
  4. <?php
  5. // Look for loop-index.php, fallback to loop.php
  6. get_template_part('loop','home');
  7. ?>
  8.  
  9. <?php get_sidebar(); ?>
  10. </div><!--/#content-->
  11. <div class="clear"></div>
  12.  
  13. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement