__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
get_header();
get_template_part('navigation');
?>
<div class="searchContainer">
<section class="entryTypePostExcerptHeader">
<header class="entryHeader">
<h1 class="entryTitle">
<?php
echo $wp_query->found_posts.' ';
printf( __( 'results found for %s', 'wikiwp' ), '<strong>' . get_search_query() . '</strong>' );
?>
</h1>
</header>
</section>
<section class="entryTypePostExcerptContainer">
<?php
// query for post order
$posts = query_posts($query_string . '&orderby=name&order=asc&posts_per_page=-1');
if ( have_posts() ) : while (have_posts()) : the_post();
// get post excerpt
wikiwp_get_post_excerpt($post);
endwhile;
?>
</section>
<section class="entryTypePostExcerptMeta">
<?php
// Pagination
echo '<div class="posts-pagination">';
previous_posts_link('<span class="next-posts-link">« '.__('Newer Entries', 'wikiwp').'</span>');
next_posts_link('<span class="previous-posts-link">'.__('Older Entries', 'wikiwp').' »</span>');
echo '</div>'; // End of .posts-pagination
// If no posts were found
endif; ?>
</section>
</div>
<?php
// sidebar
get_sidebar();
// footer
get_footer();| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| css | Folder | 0755 |
|
|
| en | Folder | 0755 |
|
|
| images | Folder | 0755 |
|
|
| js | Folder | 0755 |
|
|
| languages | Folder | 0755 |
|
|
| 404.php | File | 565 B | 0644 |
|
| author.php | File | 1.86 KB | 0644 |
|
| category.php | File | 1.44 KB | 0644 |
|
| changelog.md | File | 13.25 KB | 0644 |
|
| comments.php | File | 927 B | 0644 |
|
| content.php | File | 524 B | 0644 |
|
| footer.php | File | 1.38 KB | 0644 |
|
| functions.php | File | 27.15 KB | 0644 |
|
| header.php | File | 2.72 KB | 0644 |
|
| index.php | File | 1.93 KB | 0644 |
|
| license.md | File | 1.72 KB | 0644 |
|
| navigation.php | File | 1.74 KB | 0644 |
|
| page.php | File | 280 B | 0644 |
|
| postinfo.php | File | 2.82 KB | 0644 |
|
| readme.md | File | 816 B | 0644 |
|
| screenshot.png | File | 146 KB | 0644 |
|
| search.php | File | 1.48 KB | 0644 |
|
| searchform.php | File | 401 B | 0644 |
|
| sidebar.php | File | 3.17 KB | 0644 |
|
| single.php | File | 506 B | 0644 |
|
| style.css | File | 24.24 KB | 0644 |
|
| wiki-page.php | File | 389 B | 0644 |
|