I want to let categories to show in one line, just like tag clod do, how to do?
I want to let categories to show in one line, just like tag clod do, how to do?
As an example, the WordPress Default Theme, in wp-content/themes/default/index.php, uses <?php the_category(', ') ?> to put all the categories from a post on one line, separated by a comma.
Resource:
Template_Tags/the_category
This topic has been closed to new replies.