Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
!Backup
/
example-test
/
wp-content
/
themes
/
peakie-2016
📤 Upload
📝 New File
📁 New Folder
Close
Editing: search.php
<?php get_header(); ?> <main role="main"> <!-- section --> <section id="search-results" class="wrapper"> <h1><?php echo sprintf( __( '%s Search Results for ', 'peakie-2015' ), $wp_query->found_posts ); echo get_search_query(); ?></h1> <?php get_template_part('loop-search'); ?> <div class="navigation"> <?php if(function_exists('tw_pagination')) tw_pagination($the_query); ?> </div> </section> <!-- /section --> </main> <?php get_footer(); ?>
Save
Cancel