• Resolved kofeisen

    (@kofeisen)


    No breadcrumbs display in my page.this page just three code.

    <?php get_header(); ?>
    <?php echo do_shortcode('[ideapush board="xxxxx"]') ?>
    <?php get_footer(); ?>

    PHP Version: 7.2.16
    Wordpress Version: 5.2.2
    Plugin Version: 6.1
    Is Pro User: YES
    Current Theme: TheSimplest

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

Viewing 1 replies (of 1 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @kofeisen,

    Breadcrumbs don’t display on the main board page, they only show on the single idea page.

    If they are not showing on the single idea page, it normally means you have your main board page not on a WordPress page or in your case it’s because you are outputting the shortcode using do_shortcode. The plugin is not smart enough to figure out where the parent board page is located when using do_shortcode. If you put the shortcode on a regular WordPress without any PHP code the breadcrumbs will work.

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘not display breadcrumbs’ is closed to new replies.