• cmF

    (@chrismfrench)


    I was wondering what I could do in order to have a menu bar with categories, and then have each menu item drop down and list the posts below.

    For example:

    Say I have the Category: (WordPress Stuff)

    And I have the posts:
    “Top Ten Features”
    “Who is using it”
    “How to get started”

    How would I make a category menu item with drop down posts.

    (WordPress Stuff)
    –“Top Ten Features”
    –“Who is using it”
    –“How to get started”

    I think it has something to do with this portion of a theme I have:

    <?php wp_list_categories("orderby=$artsee_sort_cat&amp;order=$artsee_order_cat&amp;depth=3&amp;title_li="); ?>

    Right now it just displays the categories, then sub categories, but I want it to display the posts instead of subcategories.

    Any help would be GREATLY appreciated. Thank you.

  • The topic ‘Drop Down Catagory Menu with posts’ is closed to new replies.