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 |
Dir : //home/trave494/princesspicnicevents.com/wp-content/themes/soledad/content-standard-list.php |
<?php /** * Template loop for 1st standard then grid */ /** * Create var $jj to count order posts * If $jj = 1, to show standard post, $jj > 1 to show grid post * * @since 1.0 */ if ( ! isset ( $jj ) ) { $jj = 1; } else { $jj = $jj; } if ( $jj == 1 ) { //get_template_part( 'content', 'standard' ); include( locate_template( 'content-standard.php' ) ); } else { include( locate_template( 'content-list.php' ) ); } $jj++; ?>