• Resolved yukenz

    (@yukenz)


    How i can Add course Title after lessons title wpc-single-lesson.php
    i found <h1><?php the_title(); ?></h1> and i add get_the_title() not work

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter yukenz

    (@yukenz)

    solve with echo get_the_title(get_post_meta(get_the_ID(), ‘wpc-connected-lesson-to-course’, true));

    Breadcrumb trails have been added in the latest update which include the connected course and course category.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add course Title after lessons title wpc-single-lesson.php’ is closed to new replies.