• Hi Team Learnpress,

    I’m currently using the Ivy School theme coming with LearnPress.
    Our current site is running weird on the breadcrumb nav links on single course pages.
    Example page : https://credogrowth.warpdemo.co.za/course/insights-discovery-debrief-sessions/lessons/next-steps/
    On the side bar, there is breadcrumbs as
    Home/Online Courses Demo (no access to Elementor)/Insights Discovery Debrief sessions
    The second part – is the issue. Not only does its copy of context make no sense, but also it directs to the one certain page with id 623.

    It should be just Home / current course page (with the link of its dashboard)

    On the single-course > tabs > curriculumn.php I can see the breadcrumb is being loaded here. I didn’t change any of this though.

    <!– Display Breadcrumb in sidebar course item popup –>
    <?php
    $args = wp_parse_args( $args, apply_filters( ‘learn_press_breadcrumb_defaults’, array(
    ‘delimiter’ => ‘ <span class=”delimiter”>/</span> ‘,
    ‘wrap_before’ => ‘<nav class=”thim-font-heading learn-press-breadcrumb” ‘ . ( is_single() ? ‘itemprop=”breadcrumb”‘ : ” ) . ‘>’,
    ‘wrap_after’ => ‘</nav>’,
    ‘before’ => ”,
    ‘after’ => ”,
    ) ) );

    learn_press_breadcrumb( $args );
    ?>
    <!– End –>

    Look forward to hearing your support soon,
    Kind Regards,
    Grace

    The page I need help with: [log in to see the link]

The topic ‘Breadcrumbs on curriculum’ is closed to new replies.