KoderyBeta

If is sub page

Category: WordPress - Owner: PaulDavis - Owner ID: 1

Checks to see if the current page is a child (on any level) to the defined page

if ($post->post_parent == '25') {
    // This is a sub page of about us
}