How to list down tags
-
Hey I know that to show a list of category, is by using the follow code
<?php wp_list_categories('orderby=name&title_li=&show_count=1&child_of=x'); ?>
x=category ID
But how to I list down a list of tag, without having the smallest/largest sorting?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to list down tags’ is closed to new replies.