If is_page or is_parent_of ?
-
Hi,
I have a site and want to show a message in the sidebar if a page id equals 5 or if the parent page id equals 5?
Kinda like
if is_page('5') { echo 'hello'; }
but also have the parent id of the page taken into consideration.What is the best way to do this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘If is_page or is_parent_of ?’ is closed to new replies.