Instructor items per page

Home Forums Legacy Support Support queries Other issues Instructor items per page

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #182802
    Jim
    Spectator
    Hi guys, Right now when you access the teacher BIO you see A course carousel with 4 items, how can I edit this to show maybe a paginated grid? Right now this is very ugly and useless because if I have +10 courses this is a mess.
    #182958
    Anshuman Sahu
    Keymaster
      please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   add_filter('wplms_show_instructor_courses',function ($args){   $args['posts_per_page'] = 10;   return $args; });
    #182972
    Jim
    Spectator
    Hi there, Thanks but I'm talking in "members/XXX/" >"Carousel"<, not the instructor page. I think is is on BuddyPress profile
    #183075
    Anshuman Sahu
    Keymaster
    can you please share a screenshot where exactly you want to increase number of display .
    #183153
    Jim
    Spectator
    This reply has been marked as private.
    #183323
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #183362
    Jim
    Spectator
    Hi there, Yes I know, I'm talking about having more rows, not just one since it's a bit useless.
    #183478
    Diana
    Participant
    @Jim, So you want something like shows all the courses but not in the carousel. Is it right?  
    #183490
    Jim
    Spectator
    Hi Alex, Yes please, or add more rows
    #183492
    Jim
    Spectator
    But don't forget about the code you provided is not working too. ( I mention it on my private reply )
    #183723
    Anshuman Sahu
    Keymaster
    Im sorry that is not available as of now . Please create a feature request for this here : https://wplms.io/support/forums/forum/general/feature-request/
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Instructor items per page’ is closed to new replies.