コードを[js][/js]で囲んで表示しようとするとブロックまみれになってしまいます。

<div>//String</div>
<div>var s = new String('taguti')</div>
<div>var s = 'taguti'//文字列リテラル→これでもメソッドが使える</div>
<div>console.log(s.length)</div>
<div>console.log(s.replace('ti','chi'))</div>
<div>console.log(s.substr(1, 3))</div>

確認したこと

・htmlautoscript => 関係ない。
・function.phpにremovefileter() => これでもだめ
・プラグイン「TinyMCE Advanced」の無効化 => 関係ない
・function.phpにremove_filter( 'the_content', 'wpautop' ); => 関係ない