Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
almajd
/
wp-content
/
themes
/
modarch
/
partials
/
File Content:
search.php
<?php /** * The template for displaying search results. * * @package Modarch */ if (!defined('ABSPATH')) { exit; // Exit if accessed directly. } ?> <main class="site-main" role="main"> <?php if (apply_filters('modarch/filter/enable_page_title', true)) : ?> <header class="page-header page-header--default"> <div class="container page-header-inner"> <h1 class="entry-title"> <?php esc_html_e('Search results for: ', 'modarch'); ?> <span><?php echo get_search_query(); ?></span> </h1> </div> </header> <?php endif; ?> <div id="site-content-wrap" class="container"> <div class="site-content--default"> <?php if ( have_posts() ) { echo '<div id="blog-entries" data-widget_current_query="yes" data-item_selector=".post_item">'; // Loop through posts while ( have_posts() ) { the_post(); get_template_part( 'partials/default/content', get_post_type() ); } echo '</div>'; // Display post pagination the_posts_pagination([ 'prev_text' => __( '«', 'modarch' ), 'next_text' => __( '»', 'modarch' ), ]); wp_reset_postdata(); } else{ get_template_part( 'partials/default/none'); } ?> </div> <?php get_sidebar(); ?> </div> </main>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
default
---
0755
404.php
1176 bytes
0644
archive.php
2330 bytes
0644
icons.php
17741 bytes
0644
search.php
1604 bytes
0644
single.php
1976 bytes
0644
N4ST4R_ID | Naxtarrr