Forums

Category list above posts (6 posts)

  1. pad
    Member
    Posted 4 years ago #

    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.

  2. moshu
    Member
    Posted 4 years ago #

    You may want to get familiar with the template tags:
    http://codex.wordpress.org/Template_Tags#Category_tags

  3. pad
    Member
    Posted 4 years ago #

    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.

  4. moshu
    Member
    Posted 4 years ago #

    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.

  5. pad
    Member
    Posted 4 years ago #

    Thanks, got it.

    <center><ul class="categorylist"><?php
    wp_list_categories('title_li='); ?></ul></center>

    How do I have a seperator between categories?

  6. pad
    Member
    Posted 4 years ago #

    I take it a seperator isn't possible then? If I'm using an inline list?

Topic Closed

This topic has been closed to new replies.

About this Topic