added more post to agenda view

This commit is contained in:
jorge 2024-04-03 03:39:33 +02:00
parent 5a508ec76a
commit 021860fefc
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ get_header();
$the_query_archive_agenda = new WP_Query(
array(
'post_type' => 'post',
'posts_per_page' => '100', //show all => -1
'posts_per_page' => '40', //show all => -1
'tax_query' => array(
array(
'taxonomy' => 'category',