Advertisement
imranmodel32

page qurey

Nov 13th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
  2.  
  3. <?php the_content(); ?>
  4. <?php endwhile; ?>
  5.  
  6. <?php else : ?>
  7. <h3><?php _e('404 Error&#58; Not Found', 'bilanti'); ?></h3>
  8. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement