blockquoteが何個かあると最初だけ効いていて他がぐちゃぐちゃになったりするとき
FTPでこれを取って
wp-includes/default-filters.php
1 | add_filter( 'the_excerpt' , 'wpautop' ); |
1 | add_filter( 'the_content' , 'wpautop' ); |
を//にする
1 | //add_filter( 'the_excerpt', 'wpautop' ); |
1 | //add_filter( 'the_content', 'wpautop' ); |
あとはcssで調整する
勉強させてもらったサイト