I have used wplms 3.9 version. I need to modify the courses query from all course page. Can you please inform me where is the file location? I know you have called all courses using by ajax. But I cant found the file where I can modify the query.
hi
vibe-course-module/includes/bp-course-classes.php
Thanks for reply. I have added a text query in this page and its working fine. Now I need to taxonomy text in the front. Can you tell me the file location where is placed the while loop query. Please see the screenshots.
https://prnt.sc/15cr9nw
Also faced another problem after adding my text_query then course has been hidden form the learners dashboard page. I didn't want this I just need hide the course form all course page, but need show on the dashboard and category page. https://prnt.sc/15csumi
hi
first, you need to get an array of courses from the category you wants to hide
then simply add this array in post_not_in args
post_not_in
`