Hi guys.
I'd like to have a category list above all posts ON THE MAIN PAGE only. So I'd like it to be like:
View by type: Category 1 | Category 2 | Category 3
USUAL STORIES
How would I do this? Thank you in advance.
Hi guys.
I'd like to have a category list above all posts ON THE MAIN PAGE only. So I'd like it to be like:
View by type: Category 1 | Category 2 | Category 3
USUAL STORIES
How would I do this? Thank you in advance.
You may want to get familiar with the template tags:
http://codex.wordpress.org/Template_Tags#Category_tags
Thanks for the link.
Could you give me a bit of a heads up as to where to start looking and where I would put the code?
I would really appreciate it.
Template_Hierarchy is a good place to start to understand which template file is used in different situations.
You would need to use a category template tag BEFORE The_Loop.
Thanks, got it.
<center><ul class="categorylist"><?php
wp_list_categories('title_li='); ?></ul></center>
How do I have a seperator between categories?
I take it a seperator isn't possible then? If I'm using an inline list?
This topic has been closed to new replies.