Conditional for a Grandfather Page
-
Hi I have site where I need to include a template if a page is a descendent of a grandfather page.
At the moment I have a conditional statement that searches for child pages of subcategory but I really need to have a conditional that looks for the main category instead. If I cannot get this to work the client will need me to update menu manually each time a new subcategory is created which is less than ideal.
Here is what I am using at the moment:
if ($post->post_parent == '69'|| $post->post_parent == '82'|| $post->post_parent == '15'|| $post->post_parent == '15') { include (TEMPLATEPATH . '/collection-seating-accordian.php'); }The id of the main category/grandfather page is 71.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Conditional for a Grandfather Page’ is closed to new replies.