Guest User

Untitled

a guest
Dec 12th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. // post loop
  3. ?>
  4.  
  5. <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
  6. // post content goes here
  7.  
  8. <?php endwhile; else : ?>
  9.  
  10. <p><?php esc_html_e( 'Sorry, no posts matched your criteria.' ); ?></p>
  11.  
  12. <?php endif; ?>
Add Comment
Please, Sign In to add comment