How do I get pod pages to play nicely with WP pages?
I have a bunch of WP pages and Pod pages. Both have child-pages. Like this -
- Home [WP page]
- Events [Pods page] 2.1 Event detail page [Pods child page]
- About us - [WP page] 3.1 Meet the Team [WP child page]
I want to order and make them all appear in a single menu with child pages appearing in a drop down ala sucker/superfish style. I want pod menu items to know whether they're the current page or parent page (like WP pages do). This appears to be an impossible task! I'm losing days trying different approaches with no luck.
How do you do it?
2 Answers
It's not an automatic process. You're going to have to manually add menu items regardless. You could hard-code it, use the Pods Menu Editor w/ pods_navigation(), or try the new Menu system (if using WP 3.0 alpha).
Thanks for the heads up. I'll look into WP 3.0 alpha


