Exclude the pinned posts IDs from the homepage Query. add_action( 'pre_get_posts', function( $query ) { if ( $query->is_main_query() ...
確定! 回上一頁