The [mcsld_user_certificates] shortcode displays all certificates a user has achieved, whether from individual courses or groups.
- The certificates are categorized based on their target:
- Group-based Certificates : Certificates awarded for completing a group of courses.
- Course-based Certificates : Certificates awarded for individual course completion.
- Customizing Displayed Certificates:
By default, the [mcsld_user_certificates] shortcode displays all certificates, including group, course, lesson, and quiz certificates. You can disable specific certificate types using the available parameters: You can disable particular certificate types using the shortcode parameters. The available parameters are: - [mcsld_user_certificates group=’false’]
Courses that belong to a group will still be listed in the course section, and all certificates related to those courses will be displayed.
However, the group hierarchy will not be maintained in the list. - [mcsld_user_certificates course=’false’]
Course-related certificates will not be displayed.
The course hierarchy will remain intact, and the group hierarchy will also remain intact if group=’false’ is not set. - [mcsld_user_certificates lesson=’false’]
Lesson certificates will not be displayed.
The course hierarchy will remain intact, and the group hierarchy will also remain intact if group=’false’ is not set. - [mcsld_user_certificates quiz=’false’]
Quiz certificates related to courses will not be listed.
The course hierarchy will remain intact, and the group hierarchy will also remain intact if group=’false’ is not set.
Group-based Certificates
Course-based Certificates
This shortcode allows users to view and manage their earned certificates in one place, making it easier to access and download them.
Setting to Select Page for Displaying the Shortcode
LearnDash > Settings > Multiple Certificates for LearnDash > All Certificate Shortcode
Here, the admin can select the page where the User Certificates Shortcode ([mcsld_user_certificates]) should be displayed.
By default, the “All Certificates” page will be selected. However, the admin can change this to any other page as needed.
This setting ensures that users can easily access their earned certificates on a designated page.
