diff --git a/template-archive-news.php b/template-archive-news.php index 93ff892..7bebc0a 100644 --- a/template-archive-news.php +++ b/template-archive-news.php @@ -8,7 +8,7 @@ $args = array( $relatedPageTemplatePage = get_pages($args) ? get_pages($args)[0] : null; $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null; -$posts_per_page = 4; +$posts_per_page = 12; $args = array( "post_type" => "post", "status" => "publish",