Don't modify the query if the post type isn't public. if ( ! get_post_type_object( 'jetpack-comic' )->public ) return; $query_post_types = $query->get( ...
確定! 回上一頁