Radio buttons for custom post type categories from shortcode comma separated value
问题 I have created a custom post type. Everything works fine with a shortcode like this [program] Now I would like to be able to create a shortcode like this [program category="category_1,category_2,category_3"] All those categories slugs from the shortcode have to appear in a radio button filter with the categorie name. Its working with only one category in the shortcode but once they're more and with commas it doesn't. <?php function program_shortcode( $atts ) { ob_start(); extract( shortcode