Advertisement
firoze

content query page.php

Jul 28th, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. //For content query page.php
  2.  
  3. <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
  4. <!-------------our data start--------------------------->
  5. <h2><?php the_title(); ?></h2>
  6. <?php the_content(); ?>
  7. <!-------------our data end--------------------------->
  8. <?php endwhile; ?>
  9. <?php else : ?>
  10. <h3><?php _e('404 Error&#58; Not Found', 'iceage'); ?></h3>
  11. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement