我使用这个插件http://wordpress.org/plugins/display-posts-shortcode/在页面中显示帖子列表。
[display-posts id="48, 46" include_excerpt="true"]
它输出
<ul class="display-posts-listing">
<li class="listing-item">
<strong><a href="" class="title">title</a><span class="excerpt">text<br><br><a href="" class="more-link">Read More</a></span></strong>
</li>
<li class="listing-item">
<strong><a href="" class="title">title</a><span class="excerpt">text<br><br><a href="" class="more-link">Read More</a></span></strong>
</li>
</ul>
我不明白为什么它会添加强标签。我怎样才能删除它。当我回显 be_display_posts_shortcode 函数的输出值时,强标签不存在。