| Server IP : 172.64.80.1 / Your IP : 216.73.216.175 Web Server : LiteSpeed System : Linux srv13.swhc.ca 4.18.0-553.126.2.lve.el8.x86_64 #1 SMP Thu May 28 14:12:30 UTC 2026 x86_64 User : hongluck ( 2522) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/hongluck/public_html/wp-content/themes/oneline-lite/ |
Upload File : |
<?php
/**
* The template for displaying Search Results pages
*
* @package ThemeHunk
* @subpackage Oneline Lite
* @since Oneline Lite 1.0
*/
get_header();
$layout = oneline_lite_get_layout();?>
<div class="page-title <?php echo svg_active();?>">
<div class="demo-image">
<div class="overlay-demo"></div>
<div class="full-fs-caption">
<div class="caption-container">
<div class="archive-title">
<h1><?php printf( __( 'Search Results for : %s', 'oneline-lite' ), get_search_query() ); ?></h1>
</div>
</div>
</div>
</div>
<?php echo oneline_lite_page_svg_bottom_enable(); ?>
<?php echo oneline_lite_page_svg_top_enable(); ?>
</div>
<div id="page" class="clearfix <?php echo $layout; ?> <?php echo svg_active();?>">
<div class="content-wrapper">
<!-- Content Start -->
<div class="content">
<div class="page-content blog-content">
<div id="main">
<?php if (have_posts()) : ?>
<ul class="load_post standard-layout">
<?php get_template_part('loop', 'blog'); ?>
</ul>
<?php
else :
get_template_part( 'content', 'none' );
endif;
?>
</div>
</div>
</div>
</div>
<?php if ( $layout != 'no-sidebar' ){ ?>
<div class="sidebar-wrapper">
<?php get_sidebar(); ?>
</div>
<?php } ?>
</div><!-- Content End -->
<?php get_footer(); ?>