Site logo

Archived topic

Add shortcode to category description

2 replies · Started by Chad Biggs on October 27, 2017

Viewing posts 1–3 of 3

I am trying to add a Meta Slider to the category description. Is there any way to add shortcode to the category description?

Chad

Found it.

` add_filter( 'category_description', function( $content ){
return apply_filters( 'the_content', $content );
});
remove_filter( 'pre_term_description', 'wp_filter_kses' );
remove_filter( 'term_description', 'wp_kses_data' ); `

Glad you figured out!

This archived topic is closed to new replies.