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

Dir : /home/trave494/princesspicnicevents.com/wp-content/themes/soledad/
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/princesspicnicevents.com/wp-content/themes/soledad/content-mixed.php

<?php
/**
 * Template loop for mixed style
 */
?>
<?php

$penci_mixed_style = isset( $penci_mixed_style ) ? $penci_mixed_style : '';
/**
* Create var $jj to count order posts
* If $jj = 1, to show mixed post, $jj > 1 to show grid post
*
* @since 1.0
*/
$k = 3;
if ( ! isset ( $jj ) ) { $jj = 1; } else { $jj = $jj; }
if( ( is_home() && ! penci_get_setting( 'penci_sidebar_home' ) ) || ( is_archive() && ! penci_get_setting( 'penci_sidebar_archive' ) ) || is_page_template( 'page-vc.php' ) || is_page_template( 'page-penci-full-width.php' ) ):
	$k = 4;
endif;

if( isset( $template ) && $template == 'no-sidebar' ) {
	$k = 4;
}

if( 's1' == $penci_mixed_style ) {
	$k = 4;
} elseif( 's2' == $penci_mixed_style ) {
	$k = 3;
}

if ( ( $jj % $k ) == 1 ) {
	include( locate_template( 'content-mixed-post.php' ) );
}
else {
	include( locate_template( 'content-grid.php' ) );
}

$jj++;
?>