| Server IP : 172.67.194.26 / Your IP : 104.23.243.204 Web Server : nginx/1.22.1 System : Linux ubuntu-s-6001-1-lun 5.15.0-191-generic #201-Ubuntu SMP Fri Aug 7 18:39:04 UTC 2026 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/ww88cv.com/wp-content/themes/mercury/ |
Upload File : |
<?php get_header(); ?>
<!-- Title Box Start -->
<div class="space-title-box box-100 relative">
<div class="space-title-box-ins space-page-wrapper relative">
<div class="space-title-box-h1 relative">
<h1><?php if ( have_posts() ) : ?>
<?php printf( esc_html__( 'Search results for: %s', 'mercury' ), '' . get_search_query() . '' ); ?>
<?php else : ?>
<?php esc_html_e( 'Nothing found', 'mercury' ); ?>
<?php endif; ?></h1>
<!-- Breadcrumbs Start -->
<?php get_template_part( '/theme-parts/breadcrumbs' ); ?>
<!-- Breadcrumbs End -->
</div>
</div>
</div>
<!-- Title Box End -->
<!-- Archive Section Start -->
<div class="space-archive-section box-100 relative">
<div class="space-archive-section-ins space-page-wrapper relative">
<div class="space-content-section box-75 left relative">
<div class="space-archive-loop box-100 relative">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php get_template_part( '/theme-parts/archive/loop-search' ); ?>
<?php endwhile; ?>
<!-- Archive Navigation Start -->
<?php
the_posts_pagination( array(
'end_size' => 2,
'prev_text' => esc_html__('«', 'mercury'),
'next_text' => esc_html__('»', 'mercury'),
));
?>
<!-- Archive Navigation End -->
<?php else : ?>
<!-- Posts not found Start -->
<div class="space-page-content-wrap relative">
<div class="space-page-content page-template box-100 relative">
<h2><?php esc_html_e( 'Posts not found', 'mercury' ); ?></h2>
<p>
<?php esc_html_e( 'Nothing found. Please try another search query.', 'mercury' ); ?>
</p>
</div>
</div>
<!-- Posts not found End -->
<?php endif; ?>
</div>
</div>
<div class="space-sidebar-section box-25 left relative">
<?php get_sidebar(); ?>
</div>
</div>
</div>
<!-- Archive Section End -->
<?php get_footer(); ?>