| Server IP : 208.109.34.209 / Your IP : 216.73.217.134 Web Server : Apache System : Linux 209.34.109.208.host.secureserver.net 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64 User : oceanproject ( 1012) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/oceanproject/public_html/wp-content/themes/reda/ |
Upload File : |
<?php
get_header(); ?>
<div class="blog blog-classic page-padding-top">
<div class="row">
<?php if ( have_posts() ) : ?>
<div class="small-12 medium-10 large-8 columns small-centered blog-content">
<header class="page-header">
<h3 class="page-title"><?php echo esc_html__( 'Search Results for: ', 'reda' ); ?> <span> <?php echo get_search_query(); ?></span></h3>
</header>
<div class="blog-content-classic">
<?php while ( have_posts() ) : the_post();
get_template_part( 'template-parts/post/content', 'excerpt');
endwhile; ?>
</div>
<?php the_posts_pagination(array(
'prev_text' => '<div class="previous-page arrow-prev"><i class="fa fa-angle-left"></i></div>',
'next_text' => '<div class="next-page arrow-next"><i class="fa fa-angle-right"></i></div>',
)); ?>
</div>
<?php else : ?>
<div class="small-12 medium-8 large-6 large-offset-2 columns">
<header class="page-header">
<h3 class="page-title"><?php echo esc_html__( 'Nothing Found', 'reda' ); ?></h3>
</header>
<p><?php echo esc_html__( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'reda' ); ?></p>
<?php get_search_form(); ?>
</div>
<?php endif; ?>
</div>
</div>
<?php get_footer();