Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if(have_posts()) : ?>
- <div class="page-header">
- <h3>Search results for: <?php the_search_query(); ?></h3>
- </div>
- <?php else : ?>
- <h3><?php __('No Page Found'); ?></h3>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement