【WordPress】記事・ページ内で自動挿入されるpタグ削除方法

WordPress

■「single.php」「page.php」テンプレートファイルに記載

<?php remove_filter('the_content', 'wpautop'); ?>// 下記ソースの直前に入れる
<?php the_content(); ?>

Copyright (C) 2017 N-PLUS All right reserved.