WordPress Shorcode Display hierarchical taxonomy [child, parent]
Your function taxonomy_hierarchy() is not actually linked to the shortcode. Your function taxonomy_hierarchy() is also not a proper shortcode function. You can find how to create proper shortcodes here. A shortcode function also has to return, don’t use echo. This is how your function taxonomy_hierarchy should kinda look. I changed the code for your needs: … Read more