add_filter( 'the_posts', 'sticky_posts_sort', 10, 2 ); function sticky_posts_sort( $posts, $query ) { // if custom sort set from category query if ( true ...
確定! 回上一頁