Is there a function to list all post tags?
-
Hello, I am using this shortcode to output a list of all the post categories onto a page. Is there a way to do the same with post tags? I’ve tried a few things but haven’t had luck and it seems the codex just offers the tags for the current post:
function show_categories_pg(){ return wp_list_categories("echo=0&title_li"); } add_shortcode('show_categories', 'show_categories_pg');
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Is there a function to list all post tags?’ is closed to new replies.