HEX
Server: Apache
System: Linux webm006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/foar/wp-content/themes/flexfit/search.php
<?php get_header(); ?>
		
	<?php if (have_posts()) : ?>
   	
   	<div id="page" class="border-top clearfix">

	<div id="subtitle">
		
		<h1><?php _e("Search Results for '$s'", 'framework') ?></h1>
		
		<div id="breadcrumb"><?php the_breadcrumb(); ?></div>
		
		<div class="hr4"><span class="seperator"></span><span class="lightborder"></span></div>
	
	</div>

	<div id="content-part">
   	
			<?php while (have_posts()) : the_post(); ?>
		    <div class="search-entry post-entry">	
		    
				<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
				
				<div class="meta">
					<?php _e('Posted on', 'framework'); ?> <strong><?php the_time('d.m.Y'); ?></strong> ยท <?php _e('Posted in', 'framework'); ?> <?php the_category(', ') ?>
				</div>
	
				<div class="entry">
					<?php wpe_excerpt('wpe_excerptlength_blog', 'wpe_excerptmore'); ?>
				</div>
				
				<div class="entry-footer"></div>

			</div>
			
			
		
			<?php endwhile; ?>
	

			<?php include (TEMPLATEPATH . '/framework/functions/nav.php' ); ?>
	
	</div>
	
	<div id="sidebar" class="sidebar-right">
		<?php get_sidebar(); ?>
	</div>

	</div>

	<?php else : ?>
	
	<div id="page" class="border-top clearfix">

			<div id="subtitle">
		
				<h1><?php _e('No Results Found', 'framework') ?></h1>
				
				<div id="breadcrumb"><?php the_breadcrumb(); ?></div>
				
				<div class="hr4"><span class="seperator"></span><span class="lightborder"></span></div>
			
			</div>
			
			<div class="wrap clearfix">
			
			<div id="content-part">
			
					<div class="no-search-result">
						<p><?php _e("Sorry, no results found. Try different words to describe what you are looking for.", 'framework') ?></p>
					</div>
			
			</div>
			
			<div id="sidebar" class="sidebar-right">
				<?php get_sidebar(); ?>
			</div>

	</div>
	
	</div>
			
	<?php endif; ?>



<?php get_footer(); ?>