HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/WKIst/sustarianliving.com/wwwroot/wp-content/themes/sprout-spoon/index_bc.php
<?php get_header(); ?>
	
	<?php if(get_theme_mod( 'sprout_spoon_featured_slider' ) == true) : ?>
		<?php get_template_part('inc/featured/featured'); ?>
	<?php endif; ?>
	
	
	<?php if(is_active_sidebar('sidebar-3')) : ?>
	<div class="container">
		<div class="home-widget">
			<?php if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar('sidebar-3') ) ?>
		</div>
	</div>
	<?php endif; ?>
	
	<div class="container">
	
		<div id="content">
		
			<div id="main" <?php if(get_theme_mod('sprout_spoon_sidebar_homepage') == true) : ?>class="fullwidth"<?php endif; ?>>
					
				<?php if(get_theme_mod('sprout_spoon_home_layout') == 'grid3' || get_theme_mod('sprout_spoon_home_layout') == 'full_grid3') : ?>
					<ul class="sp-grid col3">
				<?php elseif(get_theme_mod('sprout_spoon_home_layout') == 'grid2' || get_theme_mod('sprout_spoon_home_layout') == 'full_grid2') : ?>
					<ul class="sp-grid col2">
				<?php endif; ?>
				
				<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
						
					<?php if(get_theme_mod('sprout_spoon_home_layout') == 'grid3' || get_theme_mod('sprout_spoon_home_layout') == 'grid2') : ?>
					
						<?php get_template_part('content', 'grid'); ?>
					
					<?php elseif(get_theme_mod('sprout_spoon_home_layout') == 'full_grid3' || get_theme_mod('sprout_spoon_home_layout') == 'full_grid2') : ?>
					
						<?php if( $wp_query->current_post == 0 && !is_paged() ) : ?>
							<?php get_template_part('content'); ?>
						<?php else : ?>
							<?php get_template_part('content', 'grid'); ?>
						<?php endif; ?>
						
					<?php elseif(get_theme_mod('sprout_spoon_home_layout') == 'list') : ?>
						
						<?php get_template_part('content', 'list'); ?>
						
					<?php elseif(get_theme_mod('sprout_spoon_home_layout') == 'full_list') : ?>
					
						<?php if( $wp_query->current_post == 0 && !is_paged() ) : ?>
							<?php get_template_part('content'); ?>
						<?php else : ?>
							<?php get_template_part('content', 'list'); ?>
						<?php endif; ?>
						
					<?php else : ?>
						
						<?php get_template_part('content'); ?>
						
					<?php endif; ?>	
						
				<?php endwhile; ?>
				
				<?php if(get_theme_mod('sprout_spoon_home_layout') == 'grid3' || get_theme_mod('sprout_spoon_home_layout') == 'full_grid3' || get_theme_mod('sprout_spoon_home_layout') == 'grid2' || get_theme_mod('sprout_spoon_home_layout') == 'full_grid2') : ?></ul><?php endif; ?>
				
					<?php solopine_pagination(); ?>
				
				<?php endif; ?>
			
			</div>

<?php if(get_theme_mod('sprout_spoon_sidebar_homepage')) : else : ?><?php get_sidebar(); ?><?php endif; ?>
<?php get_footer(); ?>