Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

How to increase number of realted posts?

$
0
0

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;

Viewing all articles
Browse latest Browse all 59525

Trending Articles