Grupo-Teste

[ld_profile]

Displays user’s enrolled cursos, cursos progress, teste scores, and achieved certificates. This short code can take following parameters:

order: sets order of cursos. Default value DESC. Possible values: DESC, ASC. Example: [ld_profile order=”ASC”] shows cursos in ascending order.
orderby: sets what the list of ordered by. Default value ID. Possible values: ID, title. Example: [ld_profile orderby=”ID” order=”ASC”] shows cursos in ascending order by title.

[ld_course_list]

This shortcode shows list of cursos. You can use this short code on any page if you dont want to use the default /cursos page. This short code can take following parameters:

num: limits the number of cursos displayed. Example: [ld_course_list num=”10″] shows 10 cursos.
order: sets order of cursos. Possible values: DESC, ASC. Example: [ld_course_list order=”ASC”] shows cursos in ascending order.
orderby: sets what the list of ordered by. Example: [ld_course_list order=”ASC” orderby=”title”] shows cursos in ascending order by title.
tag: shows cursos with mentioned tag. Example: [ld_course_list tag=”math”] shows cursos having tag math.
tag_id: shows cursos with mentioned tag_id. Example: [ld_course_list tag_id=”30″] shows cursos having tag with tag_id 30.
cat: shows cursos with mentioned category id. Example: [ld_course_list cat=”10″] shows cursos having category with category id 10.
category_name: shows cursos with mentioned category slug. Example: [ld_course_list category_name=”math”] shows cursos having category slug math.
mycourses: show current user’s cursos. Example: [ld_course_list mycourses=”true”] shows cursos the current user has access to.
categoryselector: shows a category dropdown. Example: [ld_course_list categoryselector=”true”].
col: number of columns to show when using course grid addon. Example: [ld_course_list col=”2″] shows 2 columns.

See the full list of available orderby options here.

[ld_lesson_list]

This shortcode shows list of lições. You can use this short code on any page. This short code can take following parameters: num, order, orderby, tag, tag_id, cat, category_name. See [ld_course_list] above details on using the shortcode parameters.

[ld_topic_list]

This shortcode shows list of topics. You can use this short code on any page. This short code can take following parameters: num, order, orderby, tag, tag_id, cat, category_name. See [ld_course_list] above details on using the shortcode parameters.

[ld_quiz_list]

This shortcode shows list of testes. You can use this short code on any page. This short code can take following parameters: num, order, orderby, tag, tag_id, cat, category_name.. See [ld_course_list] above details on using the shortcode parameters.

[learndash_course_progress]

This shortcode displays users progress bar for the cursos in any cursos/lições/teste pages.

[visitor]

This shortcode shows the content if the user is not enrolled in the cursos. Example usage: [visitor]Welcome Visitor![/visitor]

[student]

This shortcode shows the content if the user is enrolled in the cursos. Example usage: [student]Welcome Student![/student] This shortcode can take following parameters:

course_id: Optional. Show content if the student has access to a specific course. Example: [student course_id=”10″]insert any content[/student]

[course_complete]

This shortcode shows the content if the user has completed the cursos. Example usage: [course_complete] You have completed this cursos. [/course_complete]

[user_groups]

This shortcode displays the list of groups users are assigned to as users or leaders.

[ld_group]

This shortcode shows the content if the user is enrolled in a specific group. Example usage: [ld_group]Welcome to the Group![/ld_group] This shortcode takes the following parameters:

group_id: Required. Show content if the student has access to a specific group. Example: [ld_group group_id=”16″]insert any content[/ld_group]

[learndash_payment_buttons]

This shortcode displays can show the payment buttons on any page. Example: [learndash_payment_buttons course_id=”123″] shows the payment buttons for cursos with Cursos ID: 123

[course_content]

This shortcode displays the Cursos Content table (lições, topics, and testes) when inserted on a page or post. Example: [course_content course_id=”123″] shows the cursos content for cursos with Cursos ID: 123

[ld_course_expire_status]