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.
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;
});
Hi there,
Thanks but I'm talking in "members/XXX/" >"Carousel"<, not the instructor page.
I think is is on BuddyPress profile
can you please share a screenshot where exactly you want to increase number of display .
This reply has been marked as private.
This reply has been marked as private.
Hi there,
Yes I know, I'm talking about having more rows, not just one since it's a bit useless.
@Jim,
So you want something like shows all the courses but not in the carousel. Is it right?
Hi Alex,
Yes please, or add more rows
But don't forget about the code you provided is not working too. ( I mention it on my private reply )
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/