Get ID of a child page
-
Hello,
I need to get IDs of child pages inside of parent to make work properly fancybox(separate gallery for each children page). I come up with
<?php echo get_the_id( $page->ID ); ?>
But it displaying ID of parent page instead of children. Any idea how to do it?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Get ID of a child page’ is closed to new replies.