Shortcodes – USER courses by CATEGORY
-
Hello! I hope you are doing well.
I wanted to ask directions in case I’m missing something, or a feature request in case this is missing.
Im currently using Sensei shortcodes, and my intention is to display the USER courses but only those courses wich are from a specific category.
In the docs I got to this shortcode:
[sensei_user_courses]
wich allows for some arguments:
[sensei_user_courses number=”5″ order=”desc” orderby=”name” status=”complete”]
But I would be requiring something like:
[sensei_user_courses number=”5″ order=”desc” orderby=”name” status=”complete” category=”COURSE_CATEGORY”]
Is there a way to achieve this? I’m willing to access the plugin’s php code if neccessary. In that case I’d like to know where to find the shortcodes definitions in the plugin directory. I’m willing to do my own code for a db table query if neccessary, I’d just need to know the table name or related stuff.
Any help will be appreciated.
Cheers!
- The topic ‘Shortcodes – USER courses by CATEGORY’ is closed to new replies.