WMS Group
Member
Posted 2 years ago #
How do I get my navbar to link directly to the post's page, and bypass the listing under that category?
Example is here
If you click on a link in the nav bar at top, you are taken to a page with a list of posts under that category. I want to eliminate the drill down.
Thanks!
I want to eliminate the drill down.
How? Those links are links to categories pages. You'd need to replace wp_list_categories with another listing mechanisem. Although how you'd code which post to link to on a dynamic basis, I don't know.
WMS Group
Member
Posted 2 years ago #
Thanks esmi, I'll figure it out.