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(); ?>