course block style: image + title + Price + LENGTH

Home Forums Legacy Support Support queries Styling issues course block style: image + title + Price + LENGTH

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #175551
    saadrida
    Spectator
    See print screen https://prnt.sc/kseuvr I need the length of the course (total length of videos added together, e.g. a course of 5 hours) to be on the course block. One would be willing to pay x amount of dollars for 5 hours, but not if the course is only 30 minutes. E.g. [Image of course] - French cooking complete course - 5h - $50 Same thing for workshops that are spread over 8 weeks. The total length of the workshop is 8 weeks, with videos being delivered regularly with Q&A .... So I need to be able to have 8 weeks on the course block. E.g. [image of course] - Workshop How to cook French like a chef - 8 weeks - $800 see print screen https://prnt.sc/kseuvr
    #175615
    Diana
    Participant
    @saadrida paste this coe in wp-admin > Plugins > Editor > select wplms customizer plugin > wplms-customizer.php add_filter('vibe_thumb_instructor_meta','show_course_time_on_block'); function show_course_time_on_block(){ global $post; $return .= '<h4>'.get_the_course_time($post->ID).'</h4>'; return $return; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘course block style: image + title + Price + LENGTH’ is closed to new replies.