木材-不显示快捷代码

时间:2017-06-02 作者:ShayH

我在WordPress网站上使用Timber,但主页上出现的html/文本形式的短代码内容有问题。我正在使用{{ post_content|exceprt(30) }} 显示帖子内容,但这会导致显示短代码。

如果可能的话,我不希望在这个页面上显示任何短代码内容(无论是呈现的还是html/文本)。

有没有办法用木料过滤掉短代码?

1 个回复
最合适的回答,由SO网友:McKean 整理而成

尝试添加pipe stripshortcodes{{ post_content|exceprt(30)|stripshortcodes }}

结束

相关推荐

Specific loop in Shortcode

我在做短码,我被困在这里了。以下是代码:add_shortcode(\'service-shortcode\', \'service_shortcode\'); function service_shortcode($atts) { extract( shortcode_atts( array( \'title\' => \'Service One\', \'icon\' => \'fa-briefcase\'