• T? Thái

    (@thaikieutrinh2018)


    Hi Themeum,

    I want change the order of custom fields in Create course Frontend Page.

    Reason: make it easier for instructors to create courses, flow logic in mindset.

    Screenshot : https://imgur.com/6QJIYEV (zoom to view it)

    Description
    In Create Course Frontend, by default, top to bottom, I fill:
    Name Course-> Description->Catelogue->Course Setting->Price->Thumbnail->Video->Table of contents Course-> Benefit->requirements-> Target audience

    – And now, I want fill the fields in order like this:
    Name Course-> Benefit->requirements-> Target audience-> Descrtion->Catelogue->Course Setting->Price->Thumbnail->Video->Table of contents Course.

    Note: I have already code at: tutor/template/dashboard/create-course.php. But it dont have <div> of: Benefit, requirements, Target audience

    Please help me.
    Thanks a lot
    Thai T

    • This topic was modified 3 years, 3 months ago by T? Thái.
    • This topic was modified 3 years, 3 months ago by T? Thái.
Viewing 1 replies (of 1 total)
  • Hello @thaikieutrinh2018!

    That extra meta field section comes from this hook(check in that file line-243):
    <?php do_action(‘tutor/dashboard_course_builder_form_field_after’, $post); ?>

    You can modify and change the position of this hook, It contains all the bottom extra fields.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Change the order of custom fields in Create course Frontend Page’ is closed to new replies.