changing var to 12 posts per page
This commit is contained in:
parent
e34777d9a1
commit
714249afbb
|
|
@ -8,7 +8,7 @@ $args = array(
|
||||||
$relatedPageTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
|
$relatedPageTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
|
||||||
$pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
|
$pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
|
||||||
|
|
||||||
$posts_per_page = 4;
|
$posts_per_page = 12;
|
||||||
$args = array(
|
$args = array(
|
||||||
"post_type" => "post",
|
"post_type" => "post",
|
||||||
"status" => "publish",
|
"status" => "publish",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user