• Resolved slipperyman

    (@slipperyman)


    How can you show an extract or mini description of the course on the courses list cards…?
    We’re giving coaching courses and not always the title is very clear about content…

    • This topic was modified 4 years, 11 months ago by slipperyman.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @slipperyman

    There is no option to show the description but if you know the code then go to wp-content/plugins/tutor-lms-elementor-addons/templates/course/course-list.php. Now after 185 line number enter this code:

    <div class="tutor-course-loop-content">
        <?php the_excerpt(); ?>
    </div>

    Please take a full backup of your website before you do this.

    Kind Regards.

    Thread Starter slipperyman

    (@slipperyman)

    Thanks for your answer…. SHould I Move to the child theme so I don’t have to edit everytime there’s an update?

    Hello @slipperyman

    Try to do this if it works.

    Kind Regards.

    Hello @slipperyman

    As I don’t hear anything from you so I am going to close this topic.

    Kind Regards.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Course LIST Excerpt-Description’ is closed to new replies.