如何在类别描述中使用快捷码

时间:2016-07-16 作者:Harm Zeven

我想在类别描述中为表使用一个短代码。据我所知,WP不支持这一点。我搜索了google,找到了一些需要添加到functions.php. 但这对我不起作用。我该怎么办?

网站/页面:http://www.masflamenco.nl/category/flamencoles-utrecht/

1 个回复
SO网友:Michael

将这些代码添加到函数中。php(在一个216岁的儿童主题中测试)似乎可以工作:

add_filter( \'term_description\', \'shortcode_unautop\' );
add_filter( \'term_description\', \'do_shortcode\' );
remove_filter( \'pre_term_description\', \'wp_filter_kses\' );