• Hi, I am using the free Generatepress theme and trying to get “Breadcrumbs” from WPMU DEV plug-in to work. I also have the “Child Theme” from Generate Press.
    In the Child Theme “Functions.php, I have this code from WPMU DEV:

    add_action( ‘generate_after_header’, function() {
    if ( function_exists(‘smartcrawl_breadcrumbs’) ) {
    smartcrawl_breadcrumbs();
    }
    } );

    But only the “Home” page shows “Home” and none of the other pages or posts show anything. Could you explain what I might be missing please?

    • This topic was modified 1 year, 3 months ago by pavlovbob.

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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumbs not working in free GeneratePress’ is closed to new replies.