Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You cannot use the_permalink() function to get the link item of the course, let use the get_item_link function in the path: learnpress/inc/course/abstract-course.php
    Example: $course->get_item_link(item_id).

    Thanks

    Thread Starter ramesh2014

    (@ramesh2014)

    Let me know is this correct ?

    <?php echo $postid = get_the_ID();

    echo ‘link’.$course->get_item_link($postid); ?>

    Thread Starter ramesh2014

    (@ramesh2014)

    I need to get lesson link on single course page

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Url From Single Page’ is closed to new replies.