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/index.php
<?php get_header(); ?>

<div id="page" class="border-top clearfix">

	<div id="subtitle">
		
		<?php if (is_category()) { ?>
			<h1><?php printf(__("All posts in '%s'", 'framework'), single_cat_title('',false)); ?></h1>
		<?php } elseif( is_tag() ) { ?>
			<h1><?php printf(__("All posts tagged '%s'", 'framework'), single_tag_title('',false)); ?></h1>
		<?php } elseif (is_day()) { ?>
			<h1><?php _e('Archive for', 'framework') ?> <?php the_time('F jS, Y'); ?></h1>
		 <?php } elseif (is_month()) { ?>
			<h1><?php _e('Archive for', 'framework') ?> <?php the_time('F, Y'); ?></h1>
		<?php } elseif (is_year()) { ?>
			<h1><?php _e('Archive for', 'framework') ?> <?php the_time('Y'); ?></h1>
		<?php } elseif (is_author()) { ?>
			<h1><?php _e('All posts by Author', 'framework') ?></h1>
		<?php } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
			<h1><?php _e('Blog Archives', 'framework') ?></h1>
		<?php } else { ?>
			<h1><?php _e('Blog', 'framework') ?></h1>
		<?php } ?>
		
		<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 if (have_posts()) : while (have_posts()) : the_post(); ?>

		<div id="post-<?php the_ID(); ?>" <?php post_class('clearfix') ?>>
		
			<div class="post-entry">
			
				
		
				<div class="post-thumb">
					<?php if ( has_post_thumbnail()) { ?>
						<a href="<?php the_permalink() ?>"><?php the_post_thumbnail('blog-thumb'); ?></a>
					<?php } else { ?>
						<div class="dotted"></div>
					<?php } ?>
				</div>
				
				<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
				
				<div class="meta">
					<?php _e('Posted on', 'framework'); ?> <strong><?php the_date() ?></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>

		</div>
		
		

	<?php endwhile; ?>

	<?php include (TEMPLATEPATH . '/framework/functions/nav.php' ); ?>

	<?php else : ?>

		<h2><?php _e('Not Found.', 'framework'); ?></h2>

	<?php endif; ?>

	</div>
	
	<div id="sidebar" class="sidebar-right">
		<?php get_sidebar(); ?>
	</div>

</div>

<?php get_footer(); ?>