Replies: 1
Hi, I want to increase the number of related posts. How can I do?
Theme is: Livecast
This is single-podcast.php file showing.
// Load Related Posts, Post Pagination, Author Bio, Shares, Tags etc.
codeless_single_podcast_footer();
// If comments are open or we have at least one comment, load up the comment template.
if ( ( comments_open() || (int) get_comments_number() ) && !is_customize_preview() ) :
comments_template();
endif;