Save
This commit is contained in:
@@ -293,6 +293,7 @@ function aac_load_more_podcasts() {
|
|||||||
'paged' => $paged,
|
'paged' => $paged,
|
||||||
'orderby' => 'date',
|
'orderby' => 'date',
|
||||||
'order' => 'DESC',
|
'order' => 'DESC',
|
||||||
|
'post_status' => 'publish',
|
||||||
];
|
];
|
||||||
|
|
||||||
$query = new WP_Query($args);
|
$query = new WP_Query($args);
|
||||||
|
|||||||
Reference in New Issue
Block a user