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(
|
$the_query_archive_agenda = new WP_Query(
|
||||||
array(
|
array(
|
||||||
'post_type' => 'post',
|
'post_type' => 'post',
|
||||||
'posts_per_page' => '100', //show all => -1
|
'posts_per_page' => '40', //show all => -1
|
||||||
'tax_query' => array(
|
'tax_query' => array(
|
||||||
array(
|
array(
|
||||||
'taxonomy' => 'category',
|
'taxonomy' => 'category',
|
||||||
|
|
Loading…
Reference in New Issue