changing var to 12 posts per page

This commit is contained in:
Antoine M 2024-09-19 11:18:44 +02:00
parent e34777d9a1
commit 714249afbb

View File

@ -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",