Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End listing category posts

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42529
    cybershot
    Participant

    Does anyone know how to get the wp_nav_menu function in wordpress to list the category posts under the category title? Right now, you can add a category to the navigation, but I want to add the actual post title under the category. so if I have category houses, it would look like

    House
    house 1
    house 2

    I know this can be done with pages, I want to do it with categories. Any idea?

    #123592
    TheDoc
    Member

    I suppose you could accomplish it with multiple loops with a separate query. Not the most efficient way of doing it, but I think it might be your only choice. The title would have to be hard coded, I think.

    #123598
    mlangley
    Member

    This can be done, no code modification needed. When you’re in Appearance > Menus, click screen options in the upper right, check the posts box, and you should now be able to choose from your posts to add as menu items.

    #123615
    TheDoc
    Member

    Sorry, definitely didn’t see that we were talking about menus.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Back End’ is closed to new topics and replies.