update to ver 3-09-25
This commit is contained in:
@@ -11,7 +11,8 @@ if ($query->have_posts()) {
|
||||
$query->the_post();
|
||||
|
||||
if ( $post_counter == 1 ) :
|
||||
get_template_part('content', 'post-main-rfo', ['full_width' => $post_count === 1, 'has_video' => $has_video ]);
|
||||
//get_template_part('content', 'post-main-rfo', ['full_width' => $post_count === 1, 'has_video' => $has_video ]);
|
||||
get_template_part('content', 'post-rfo', ['full_width' => $post_count === 1, 'has_video' => $has_video ]);
|
||||
elseif ( $post_counter == 2) :
|
||||
get_template_part('content', 'post-rfo', ['full_width' => $post_count === 1 && $large_first_image, 'has_video' => $has_video]);
|
||||
else:?>
|
||||
|
||||
Reference in New Issue
Block a user