Here are some other queries related to this topic ... How to show child pages of a parent page wordpress? Show all pages of a parent page wp ? How to display list of child pages of parent page in...
How to show all child pages of a specific wordpress page ?
How to retrieve files path dynamically from child theme wp!
From Child Theme :- Here is the way to retrieve file path like CSS , JS , Images from child theme in wordpress. <?php echo get_stylesheet_directory_uri(); ?> Example: <link href="<?php echo get_stylesheet_directory_uri(); ?>/css/your-file-name.css" rel="stylesheet"> <img src="<?php echo get_template_stylesheet_uri(); ?>/images/nstplanet.jpg" alt="Nst...