Related Course View

Home Forums Legacy Support Support queries How-to & Troubleshooting Related Course View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #336454
    arshu
    Spectator
    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!
    #336558
    Diana
    Participant
    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;
    
    });
    
    #336808
    arshu
    Spectator
    ok. Solved. Thanks
    #336810
    Diana
    Participant
    thanks for confirming. Closing the topic
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Related Course View’ is closed to new replies.