// 固定ページの本文に対する自動整形(wpautop)を解除する remove_filter('the_content', 'wpautop'); // 必要であれば、抜粋に対する自動整形も解除する場合 // remove_filter('the_excerpt', 'wpautop'); ほけんのチョイス
MENU