HEX
Server: LiteSpeed
System: Linux dal1.hostclusters.com 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64
User: vslw (1496)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //proc/3684796/cwd/www/wp-content/themes/soledad/content-mixed-3.php
<?php
/**
 * Template loop for 1st standard then grid
 */


/**
 * Create var $jj to count order posts
 *
 * @since 1.0
 */
if ( ! isset ( $jj ) ) {
	$jj = 1;
} else {
	$jj = $jj;
}

if ( $jj < 5 ) {
	include( locate_template( 'content-grid-2.php' ) );
} else {
	include( locate_template( 'content-small-list.php' ) );
}

$jj ++;
?>