Skip to content

Instantly share code, notes, and snippets.

View frost0103q's full-sized avatar

Web DEV expert frost0103q

View GitHub Profile
@frost0103q
frost0103q / gobble-tier.php
Created October 28, 2022 18:32 — forked from alisonmf/gobble-tier.php
WordPress - Get child pages and grandchild page list. Get ancestor list when on grandchild page.
<?php
if(is_page())
{
//Assuming current working page is the parent
//
$the_parent_id = $post->ID;
//Otherwise get the greatest ancestor id
//