• Resolved alfredo1216

    (@alfredo1216)


    Hello,

    I am trying to modify the location of the description on the WordPress course page. I was going through your “Theme Compatibility” documentation but I found it too complicated. Is it possible to have a course description hook, and another hook above the more information button?

    This way I can make the change quickly through .php code.

    Here is an image of what I want to do:

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @alfredo1216

    On the WordPress course page, we have a few hooks that may be useful for your customization:
    eb_after_course_title
    eb_course_archive_price

    The template file responsible for rendering the course content is located at edwiser-bridge/public/templates/content-single-eb_course.php.
    To make changes to these template files, it is recommended to create a child theme and override this specific template file.

    Thanks,

    Team Edwiser

    Thread Starter alfredo1216

    (@alfredo1216)

    Hello,

    Excellent with those hook I can work and make the changes I need.

    Thank you very much for your attention.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Course page hooks’ is closed to new replies.