added more post to agenda view
This commit is contained in:
parent
5a508ec76a
commit
021860fefc
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue