Widget to appear on child pages

0 replies
Hey Everyone!

My latest project is building a review site for the gaming niche. I am using the plugin "Widget Logic" to specify on which pages I want widgets to appear.

Let's say I wanted a custom menu to appear on all of the child pages of page x, and all continuing child pages.

I have found this code: "global $post; return (is_page(126) || ($post->post_parent=="126"));"

But it only seems to display it on the child pages of x, any ongoing child pages it does not show up on. (i.e the widget does not appear on the child pages of page x's child pages)

My knowledge on php is the very minimum.

Any suggestions?

I hope that makes sense LOL

Joe Crosbie
#child #pages #widget

Trending Topics