Viewing 1 replies (of 1 total)
  • Thread Starter Kiril.S

    (@kirils-1)

    After posting this message, I went looking for solutions and I found one:

    Change this in single-podcast.php:

    $args = array(
    			'post_type' => 'podcast',
    			'post_status' => 'publish',
    			'series' => $series,
    			'posts_per_page' => -1
    		);
Viewing 1 replies (of 1 total)
  • The topic ‘Increasing Limit Of Recent Podcasts in Sidebar (of single-podcast.php)’ is closed to new replies.