• Resolved webcart

    (@webcart)


    Hi,
    I needed to add Yoast breadcrumbs into all pages of a site.
    I did not want to edit each page (more than 300) so I added this PHP code:

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

    All works fine except that when I use Elementor posts widget, the breadcrumbs appear before the excerp of the posts so instead of excerp I see breadcrumbs and then sxcerp.
    Theme is Hueman.
    I’ll be happy to hear on a solution.

    • This topic was modified 1 year, 10 months ago by webcart.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumbs into excerpt’ is closed to new replies.