在主帖子页面(博客)上,通过那里提供的内容显示 [caption] 代码:http ://www.katetremills.com/messages
我正在使用它来截断通过以下内容馈送的内容量:
<?php
echo wp_trim_words( get_the_content() , 85, "... Read More" );
?>
确保不显示 [caption] 代码的最佳方法是什么?
谢谢!
在主帖子页面(博客)上,通过那里提供的内容显示 [caption] 代码:http ://www.katetremills.com/messages
我正在使用它来截断通过以下内容馈送的内容量:
<?php
echo wp_trim_words( get_the_content() , 85, "... Read More" );
?>
确保不显示 [caption] 代码的最佳方法是什么?
谢谢!