• zonetrap

    (@zonetrap)


    Hopefully someone knows how to do this, I think its a looping feature, but not sure.

    I have 6 categories. On my sidebar I want them divided up into 3 sections, Articles, Interviews, and News.

    So lets say I want the Articles section first. If I use wp_list_cats and exclude categories, 5,6 , cats 1,2,3,4 will show.

    But then I want to use cat 5 for the Interviews section. It won’t show up because the first wp_list_cats trumps it.

    Can anyone help me here?
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • moshu

    (@moshu)

    One option would be to create 3 main categories: Articles, Interviews, and News and make the rest of the 6 existing categories their sub-categories.

    Thread Starter zonetrap

    (@zonetrap)

    Thanks moshu,
    I was thinking the same thing.

    I guess I was figuring there was a possibility to use the query_posts code and loop it somehow.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple Categories on Sidebar’ is closed to new replies.