WORDPRESS版本:3.8.1HP版本:5.3
我在wordpress帖子上遇到了麻烦。如何删除添加的自动P标记?这是我的最终html代码:
<div class="one_half_style_4_last">
<p>
<p>
<ul class="list-green">
<p>
<h4 class="\\"pattern-bg-title-grey\\"">
<span>Livelli Vip</span>
</h4>
<div class="su-table table-post">
<h4 class="\\"pattern-bg-title-grey\\"">
<p></p>
<p>Invalid Displayed Gallery</p>
<p></p>
<h4 class="\\"pattern-bg-title-grey\\"">
<p></p>
<div class="srp-widget-container">
<p></p>
<p class="omc-single-tags"></p>
<br class="clear">
<div class="omc-related-posts">
</div>
还有一个问题,wordpress添加斜杠(我的服务器上的magic\\u quotes\\u gpc已关闭):
<h4 class="\\"pattern-bg-title-grey\\"">
我尝试将此代码放入函数中。php或单个。php甚至在wp includes/default过滤器中注释这些行。php但不工作:
remove_filter( \'the_content\', \'wptexturize\' );
remove_filter( \'the_content\', \'convert_smilies\' );
remove_filter( \'the_content\', \'convert_chars\' );
remove_filter( \'the_content\', \'wpautop\' );
remove_filter( \'the_content\', \'shortcode_unautop\' );
remove_filter( \'the_content\', \'prepend_attachment\' );
我能做什么?