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?
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.
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.
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
I know this can be done with pages, I want to do it with categories. Any idea?
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.
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.
Yep. I forgot about that stupid little box. Thank you.
Sorry, definitely didn't see that we were talking about menus.