functions.phpに書く場合
1 |
remove_filter('the_content', 'wpautop'); |
テンプレートファイルに書く場合
1 2 |
<?php remove_filter('the_content', 'wpautop'); ?> <?php the_content(); ?> |
1 |
remove_filter('the_content', 'wpautop'); |
1 2 |
<?php remove_filter('the_content', 'wpautop'); ?> <?php the_content(); ?> |
コメント