Advertisement
Shashi27

index.php

Jul 1st, 2014
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php get_header() ?>
  2.  
  3. <div id="">
  4.     <?php while(have_posts()): the_post(); ?>
  5.         <h2><?php the_title() ?></h2>
  6.         <?php the_content(__('Continue Reading')); ?>
  7.  
  8.     <?php endwhile; ?>
  9. </div>
  10.  
  11. <?php get_footer()?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement