diff --git a/page-templates/agenda-archive.php b/page-templates/agenda-archive.php index f207b5a..7bb082c 100644 --- a/page-templates/agenda-archive.php +++ b/page-templates/agenda-archive.php @@ -50,7 +50,7 @@ get_header(); $the_query_archive_agenda = new WP_Query( array( 'post_type' => 'post', - 'posts_per_page' => '10', //show all => -1 + 'posts_per_page' => '100', //show all => -1 'tax_query' => array( array( 'taxonomy' => 'category', @@ -79,6 +79,12 @@ get_header(); +