1

我有一个非常糟糕的问题......我正在使用骨架 wordpress 主题作为框架来制作子主题。我的孩子主题运行良好,除了简码。如果我在页面中插入简码,一切正常,但是,如果我在文本小部件中插入相同的简码,它就不起作用..

我已经尝试在functions.php中插入这段代码:

add_filter('widget_text', 'do_shortcode');
add_filter('the_excerpt', 'do_shortcode');
add_filter('get_the_excerpt', 'do_shortcode');

但没有任何改变......我也尝试将短代码直接插入到我的模板文件中,例如:

<?php echo apply_filters('the_content',"[latest excerpt='true' thumbs='true' width='50' height='50' num='5' cat='1']"); ?>

有人能告诉我为什么任何短代码只对我有用吗?非常感谢提前

4

0 回答 0