add_action( 'template_redirect', function() { if ( is_singular( 'authors' ) ) { global $wp_query; $page = ( int ) $wp_query->get( 'page' ); if ( $page > 1 ) ...
確定! 回上一頁