Hi,
I’m still exploring on this custom post topic on my own, still can’t get it. I really need this to work 🙁
But I found that the custom post is not(could not) executing these code in theme-hooks.php
add_action( 'yt_after_loop_singular_post','yt_site_single_post_author', 5);
add_action( 'yt_after_loop_singular_post','yt_site_single_post_dir_nav', 10);
add_action( 'yt_after_loop_singular_post','yt_site_single_post_related_articles', 10);
add_action( 'yt_after_loop_singular_post','yt_site_single_post_you_might_also_like', 20);
add_action( 'yt_after_loop_singular_post','yt_site_single_post_comment', 20);
maybe you could tell me some hints?