不能使小部件中的短代码工作

时间:2013-03-07 16:36:16

标签: wordpress shortcode

我有一个非常糟糕的问题......我正在使用骨架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']"); ?>

有人可以说明为什么任何短代码对我来说都不起作用? 非常感谢提前

0 个答案:

没有答案