これでどや
function remove_adjacent_posts_rel_link_wp_head() { if ( ! is_single() ) { remove_filter( 'wp_head', 'adjacent_posts_rel_link_wp_head' ); } } add_action( 'wp_head', 'remove_adjacent_posts_rel_link_wp_head', 0 );
WordPressを中心に、F1とか読書とか写真とか
これでどや
function remove_adjacent_posts_rel_link_wp_head() { if ( ! is_single() ) { remove_filter( 'wp_head', 'adjacent_posts_rel_link_wp_head' ); } } add_action( 'wp_head', 'remove_adjacent_posts_rel_link_wp_head', 0 );