Home › Forums › Support › Add shortcode to category description This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago by Leo. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts October 27, 2017 at 6:37 pm #411663 Chad Biggs I am trying to add a Meta Slider to the category description. Is there any way to add shortcode to the category description? Chad October 27, 2017 at 7:47 pm #411697 Chad Biggs 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’ ); ` October 27, 2017 at 8:10 pm #411702 LeoStaff Customer Support Glad you figured out! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In