From 05913af8e30eadb706f4161128eecba6bb24afba Mon Sep 17 00:00:00 2001 From: Roman Pyrih Date: Fri, 24 Apr 2026 09:42:47 +0200 Subject: [PATCH] Save --- wp-content/themes/aac/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/aac/functions.php b/wp-content/themes/aac/functions.php index 977a0dd..05d88bb 100644 --- a/wp-content/themes/aac/functions.php +++ b/wp-content/themes/aac/functions.php @@ -293,6 +293,7 @@ function aac_load_more_podcasts() { 'paged' => $paged, 'orderby' => 'date', 'order' => 'DESC', + 'post_status' => 'publish', ]; $query = new WP_Query($args);