PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/expertphotography.kerihosting.com/wp-content/themes/stocky/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/expertphotography.kerihosting.com/wp-content/themes/stocky/page-home.php

<?php
/*
	Template Name: Home
*/
get_header(); ?>

		<?php if ( is_active_sidebar( 'stocky_home' ) ) { ?>
		<?php $sb_count = wp_get_sidebars_widgets(); ?>
		<div id="home_widgets" class="<?php if (count( $sb_count['stocky_home']) <= '4') { ?>widget_count<?php dcs_count_sidebar_widgets( 'stocky_home' );?><?php } else { ?>widget_count_overflow<?php } ?> clearfix">
			<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('stocky_home') ) : endif; ?>
		</div>
		<?php } ?>


		<section id="image_grid" class="image_grid_full clearfix">

			<?php dcs_edd_downloads(); ?>

		</section>

	</div><?php // end .container, begins in header.php ?>
</section><?php // end #content, begins in header.php ?>

<?php if ('' != (of_get_option('cta_content'))) { ?>

<section id="home_cta" class="home_cta wrapper">
	<div class="container clearfix">
		<?php echo stripslashes(of_get_option('cta_content')); ?>
	</div>
</section>

<?php } ?>

<?php /* START LATEST POSTS */
$stocky_query = new WP_Query( array(
	'orderby'      => 'desc',
	'post_type'    => 'post',
	'post_status'  => 'publish',
	'posts_per_page' => '3',
	'ignore_sticky_posts' => 1
));
if ( $stocky_query->have_posts() ) : ?>

<section id="home_latest_posts" class="wrapper">
	<div class="container clearfix">

		<?php while ( $stocky_query->have_posts() ) : $stocky_query->the_post(); global $more; $more = 0; ?>

			<?php get_template_part( 'loop', 'latestpost' ); ?>

		<?php endwhile; ?>

	</div>
</section>

<?php endif; wp_reset_query(); /* END LATEST POSTS */ ?>

<?php get_footer(); ?>