以下の内容はhttps://blog.systemjp.net/entry/2014/06/27/123854より取得しました。


WordPressの自動挿入されるpタグを削除する

個別に削除する場合は

<?php remove_filter('the_content', 'wpautop'); ?>

をいれる。


まとめてならfunction.phpに

remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );


ネタ元




以上の内容はhttps://blog.systemjp.net/entry/2014/06/27/123854より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14