To allow shortcodes in your WordPress category pages, just go into your active theme’s function.php and add:
add_filter( 'term_description', 'shortcode_unautop');
add_filter( 'term_description', 'do_shortcode' );
To allow shortcodes in your WordPress category pages, just go into your active theme’s function.php and add:
add_filter( 'term_description', 'shortcode_unautop');
add_filter( 'term_description', 'do_shortcode' );