File manager - Edit - /home/monara/public_html/efm_web/wp-content/themes/newsup/search.php
Back
<?php /** * The template for displaying search results pages. * * @package Newsup */ get_header(); ?> <!--==================== Newsup breadcrumb section ====================--> <?php get_template_part('index','banner'); ?> <!--==================== main content section ====================--> <div id="content"> <!--container--> <div class="container-fluid"> <!--row--> <div class="row"> <?php $newsup_page_layout = get_theme_mod('newsup_page_layout','page-align-content-right'); if($newsup_page_layout == "page-align-content-left"){ ?> <aside class="col-md-4 sidebar-left"> <?php get_sidebar();?> </aside> <?php } ?> <div class="<?php echo esc_attr($newsup_page_layout == 'page-full-width-content' ? 'col-md-12' : 'col-md-8 content-right') ?>"> <?php get_template_part( 'template-parts/content', 'search' ); ?> </div> <?php if($newsup_page_layout == "page-align-content-right") { ?> <aside class="col-md-4 sidebar-right sidebar-sticky"> <?php get_sidebar();?> </aside> <?php } ?> </div><!--/row--> </div><!--/container--> </div> <?php get_footer();
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings