Child page excerpt
get_the_excerpt() won’t work in your code if you add content to the main WYSIWYG editor instead of the excerpt field. Check how get_the_excerpt() work and try to find out filter hook with get_the_excerpt hook name. Please try the following code, hope you’ll get the expected result. <div class=”parent page”> <?php global $post; $args = array( … Read more