HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/public_html/wp-content/themes/egovt/search.php
<?php get_header(); ?>
<?php $global_layout = apply_filters( 'egovt_theme_sidebar','' ); ?>
	<div class="wrap_site ova-search-page <?php echo esc_attr($global_layout ); ?> default">
		<div id="main-content" class="main">

			<header class="page-header">
				<h2 class="page-title">
					<?php esc_html_e('Search Results for: ','egovt'); printf( '<span>%s</span>', get_search_query() ); ?>
				</h2>
			</header>

			<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
			        <?php get_template_part( 'content/blog', 'default' ); ?>
			<?php endwhile; ?>
			    <div class="pagination-wrapper">
			        <?php  egovt_pagination_theme(); ?>
				</div>
			<?php else : ?>
			        <?php get_template_part( 'content/content', 'none' ); ?>
			<?php endif; ?>

			
		</div> <!-- #main-content -->
		<?php get_sidebar(); ?>
	</div> <!-- .wrap_site -->

<?php get_footer(); ?>