Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Related Course View Tagged: RELATED COURSE This topic has 3 replies, 2 voices, and was last updated 3 years, 9 months ago by Diana. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 26, 2021 at 12:30 pm #336454 arshuSpectator Hi, How can I increase related course in our course details page. here default only 3 display. How can I make it 6-9-12 etc. https://prnt.sc/xnn6bj Thanks! January 27, 2021 at 8:55 am #336558 DianaParticipant Try this code and add in your wp-admin->plugins->editor->select wplms customizer plugin->wplms-customizer.php file: add_filter('vibe_related_courses',function($args){ $args['posts_per_page'] = 5; return $args; }); January 28, 2021 at 8:52 am #336808 arshuSpectator ok. Solved. Thanks January 28, 2021 at 8:54 am #336810 DianaParticipant thanks for confirming. Closing the topic Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The topic ‘Related Course View’ is closed to new replies.