How do I identify that a page is a grandchild page?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
use get_page twice like this handy little function
This function returns the grandparent page ID or false if there is no grandparent. |
|||
|