Advertisement
jpasx

parte de index theme

Feb 6th, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <!-- If other, be normal, there is a known bug here -->
  2.  
  3.          <?php else : ?>
  4.  
  5.  
  6.                 <?php  if (have_posts()) : ?>
  7.  
  8.                       <?php while ( have_posts() ) : the_post(); ?>
  9.  
  10.                                 <?php include("incl/post.php"); ?>
  11.  
  12.                       <?php endwhile;?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement