Display a Custom Post Type within another with hierarchically slug
Base on comment, you need to create a little function to display these related posts. You can do it in different ways, here is an simple example by adding your own action to the template. in your template file place where you want to show related lessons do_action(‘related_lesson’); In functions.php function get_related_lesson(){ global $post; $args … Read more