mcorkum
Member
Posted 2 years ago #
Maybe I'm searching for the wrong question.
Can someone tell me how I can list out the categories on a single line?
Much like "<?php the_tags('Tags: '); ?>".
I looked at the codex for list categories, but it's not too clear on how to do this.
Anyone please?
Take a look at the "Horizontal Menus" page in the codex: http://codex.wordpress.org/Creating_Horizontal_Menus
At least one of the examples uses categories as the basis for the menu.
Hope that gets you pointed in the right direction ...