' . esc_html( get_the_title( $post_id ) ) . ''; /* Set the parent post's parent to the post ID. */ $post_id = $page->post_parent; } /* reverse the array to put them in the proper order for the trail */ $parents = array_reverse( $parents ); return $parents; } function kite_breadcrumb_single_trail_handler( $postType ) { return false; } add_filter( 'kite_breadcrumb_single_trail_handler', 'kite_breadcrumb_single_trail_handler' );