Wrodpress content or PODS content

0

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?

asked Jan 31 at 8:33

senojeel

3

add comment
enter at least 15 characters

2 Answers

0

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.

answered Jan 31 at 10:52

chris.pilko

889

add comment
enter at least 15 characters
0

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.

answered Jan 31 at 11:19

senojeel

3

add comment
enter at least 15 characters