Кто-нибудь знает, что может быть не так с код? Спасибо за помощь
Код: Выделить всё
function ghostpool_custom_featured_query( $gp_args, $post_id, $page_id ) {
return $gp_args = array(
'post_status' => 'publish',
'post_type' => 'page',
'tax_query' => [
'taxonomy' => 'gp_hubs',
'terms' => 53,
],
'posts_per_page' => 1,
'paged' => 1,
'no_found_rows' => true,
'ignore_sticky_posts' => 1,
'orderby'=> 'rand', // Orders randomly
);
Подробнее здесь: https://stackoverflow.com/questions/789 ... -wordpress
Мобильная версия