Advertisement
darrenbachan

Untitled

May 31st, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php if(have_posts()) : ?>
  2.                             <div class="page-header">
  3.                                 <h3>Search results for: <?php the_search_query(); ?></h3>
  4.                             </div>
  5.                     <?php else : ?>
  6.                         <h3><?php __('No Page Found'); ?></h3>
  7.                     <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement