add_action( 'pre_get_posts', 'my_change_sort_order'); function my_change_sort_order($query){ if(is_post_type_archive( $sfwd_courses ) ...
確定! 回上一頁