HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpmuhibbah_err/wp-content/themes/goodwish/search.php
<?php $goodwish_edge_variable_sidebar = goodwish_edge_sidebar_layout(); ?>
<?php get_header(); ?>
<?php 

$goodwish_edge_variable_blog_page_range = goodwish_edge_get_blog_page_range();
$goodwish_edge_variable_max_number_of_pages = goodwish_edge_get_max_number_of_pages();

if ( get_query_var('paged') ) { $goodwish_edge_variable_paged = get_query_var('paged'); }
elseif ( get_query_var('page') ) { $goodwish_edge_variable_paged = get_query_var('page'); }
else { $goodwish_edge_variable_paged = 1; }
?>
<?php goodwish_edge_get_title(); ?>
	<div class="edgtf-container">
		<?php do_action('goodwish_edge_after_container_open'); ?>
		<div class="edgtf-container-inner clearfix">
			<div class="edgtf-container">
				<?php do_action('goodwish_edge_after_container_open'); ?>
				<div class="edgtf-container-inner" >
					<div class="edgtf-blog-holder edgtf-blog-type-standard edgtf-search-page">
						<?php if(have_posts()) : while ( have_posts() ) : the_post(); ?>
							<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
								<div class="edgtf-post-content">
									<div class="edgtf-post-text">
										<div class="edgtf-post-text-inner">
											<h3 itemprop="name" class="entry-title">
												<a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
											</h3>
											<?php
											$goodwish_edge_variable_my_excerpt = get_the_excerpt();
											if ($goodwish_edge_variable_my_excerpt != '') { ?>
												<p class="edgtf-post-excerpt"><?php echo esc_html($goodwish_edge_variable_my_excerpt); ?></p>
											<?php }
											?>
											<div class="edgtf-post-info">
												<?php goodwish_edge_post_info(array('author' => 'yes', 'category' => 'no', 'date' => 'yes')) ?>
											</div>
											<?php
												// goodwish_edge_read_more_button();
											?>
										</div>
									</div>
								</div>
							</article>
						<?php endwhile; ?>
						<?php else: ?>
							<div class="edgtf-no-posts-found">
								<h3 class="edgtf-no-posts-found-title"><?php esc_html_e('No posts were found', 'goodwish'); ?></h3>
								<p><?php esc_html_e('Whoops, sorry. No posts containing the keywords you entered were found on our website. Why not try searching again using some different keywords?', 'goodwish'); ?></p>
							</div>
						<?php endif; ?>
					</div>
				<?php do_action('goodwish_edge_before_container_close'); ?>
			</div>
			</div>
		</div>
		<?php do_action('goodwish_edge_before_container_close'); ?>
	</div>
		<?php if(goodwish_edge_options()->getOptionValue('pagination') == 'yes' && $goodwish_edge_variable_max_number_of_pages > 1) { ?>
			<div class="edgtf-container edgtf-container-bottom-navigation">
				<div class="edgtf-container-inner">
					<?php goodwish_edge_pagination($goodwish_edge_variable_max_number_of_pages, $goodwish_edge_variable_blog_page_range, $goodwish_edge_variable_paged); ?>
				</div>
			</div>
		<?php } ?>
	<?php do_action('goodwish_edge_after_container_close'); ?>
<?php get_footer(); ?>