HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/themes/futurio-storefront/index.php
<?php
get_header();

futurio_storefront_generate_header( true, true, true, false, false, true );
?>

<!-- start content container -->
<div class="row">

    <div class="col-md-<?php futurio_storefront_main_content_width_columns(); ?> <?php futurio_storefront_sidebar_position( 'content' ) ?>">


		<?php
		if ( have_posts() ) {

			while ( have_posts() ) : the_post();

				get_template_part( 'content', get_post_format() );

			endwhile;

			if ( get_theme_mod( 'infinite_scroll', 'off' ) == 'off' ) {
				the_posts_pagination();
			}
			do_action( 'futurio_storefront_after_index_pagination' );
		} else {

			get_template_part( 'content', 'none' );
		}
		?>

    </div>

<?php
if ( is_active_sidebar( 'futurio-storefront-archive-sidebar' ) ) {
	get_sidebar();
}
?>	

</div>
<!-- end content container -->

<?php
get_footer();