• Resolved hadarhacohen

    (@hadarhacohen)


    I am maintaining this web site, and trying to add bread crumbs to all pages. although the breadcrabes is on, I can see it only on product pages, but not on “regular” pages.

    How can I fix it?

    Thanks

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

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

    (@devnihil)

    @hadarhacohen We’re sorry to hear you are experiencing this issue on your site.

    First, can you please confirm that both breadcrumbs are enabled in the plugin? You can enable Breadcrumbs by performing the following steps:

      Go to Yoast SEO>Search Appearance>Breadcrumbs
      Toggle the setting for ‘Enable Breadcrumbs for your theme’ to ‘Enabled’
      Click ‘Save Changes’

    After confirming that breadcrumbs are enabled on the site, can you next confirm that you have added the necessary code to where you want the breadcrumbs to appear in your theme’s respective PHP file? The code for the breadcrumbs is as follows:

    <?php
    if ( function_exists('yoast_breadcrumb') ) {
      yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
    }
    ?>

    Depending on your theme you may or may not need to add in the beginning <?php and ending ?> php tags. If you are not sure, we would recommend contacting your theme’s developer for additional assistance. Common places where you could place your breadcrumbs are inside your single.php and/or page.php file just above the page’s title. Moreover, another option that makes it really easy in some themes is by just pasting the code in header.php at the very end.

    Also, we have directions for implementing the Yoast breadcrumbs at the following link: https://yoast.com/help/implement-wordpress-seo-breadcrumbs/

    Thread Starter hadarhacohen

    (@hadarhacohen)

    Hi Devnihil,

    Will check, Thanks.
    As I a, out for short vacation, Can please keep this topic open for two more days?

    Thanks,
    Hadar

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bread crumbs is not shown on some pages’ is closed to new replies.