Wrodpress content or PODS content
I have set up a POD page to use a WP at /partner/discover-great-projects/*. If I want a WP content page at /partner/discover-great-projects/faq, How would I be able to determine if it is PODS or WP page?
Does that make sense?
2 Answers
In your template, you can use the is_pods_page() function.
I'm not sure how you could structure your WP installation to insert a faq into the middle of a set of pods pages.
I got it to work with adding a PODS page at that url and assigning the appropriate template to it. One that doesn't have any PODS content. That seems to work.


