投稿日: 2021年6月15日 投稿者: さとるWPの記事本文の改ページ無効化 add_filter('content_pagination',function($pages){ $pages = array(implode("\n",$pages)); return $pages; });