• On my sidebar, I need to show a list of category links. Here’s the catch:

    My categories are currently setup like this:

    • Top-Cat
    • Sub-Cat
    • Sub-Sub-Cat
    • Sub-Sub-Sub-Cat —> Posts are at this level
    • Sub-Sub-Sub-Cat
    • Sub-Sub-Cat
    • Sub-Sub-Sub-Cat —> Posts are at this level
    • Sub-Sub-Sub-Cat
    • Sub-Cat
    • Sub-Sub-Cat
    • Sub-Sub-Sub-Cat —> Posts are at this level
    • Sub-Sub-Sub-Cat
    • Sub-Sub-Cat
    • Sub-Sub-Sub-Cat —> Posts are at this level
    • Sub-Sub-Sub-Cat

    ** I hope that makes sense **

    Here is where I need some guidance…

    My posts are added to their respective “sub-sub-sub-cat” when their posted. When I’m viewing a post, I need to have a list of categories show up in the sidebar that starts with it’s parent’s parent… the “sub-cat”.

    Is there any way to so something like the wp_list_categories() but start it with a parent->parent of the current post?

The topic ‘Need help with my sidebar’ is closed to new replies.