From 86c753a7ff8c5c7c33407cc6345347bf70d40e14 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 22 Feb 2024 18:42:34 +0100 Subject: [PATCH] edited spacing, renamed properly a query --- page.php | 4 ++-- template-parts/section-last-convos.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/page.php b/page.php index c5eb21e..983af36 100644 --- a/page.php +++ b/page.php @@ -32,9 +32,9 @@ get_header(); if ( is_front_page() ) : //get_template_part( 'template-parts/section', 'featured' ); get_template_part( 'template-parts/section', 'last-convos' ); - + get_template_part( 'template-parts/section', 'agenda' ); echo ''; endif; ?> diff --git a/template-parts/section-last-convos.php b/template-parts/section-last-convos.php index b0ee7eb..934f0aa 100644 --- a/template-parts/section-last-convos.php +++ b/template-parts/section-last-convos.php @@ -1,6 +1,6 @@ array( 'xarxaprod-convo' ), 'posts_per_page' => '3' ) ); ?> - have_posts() ) : ?> - have_posts() ) : $featured_query->the_post(); ?> + have_posts() ) : ?> + have_posts() ) : $convos_query->the_post(); ?>