• Resolved Сергей

    (@derevnya)


    I’m trying to implement the breadcrumbs function from Yoast SEO, add code! The theme does not allow me to add code to header.php! Where can I add breadcrumbs code from Yoast SEO?

    <?php
    if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,’
    ’ );
    }
    ?>

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

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

    (@devnihil)

    Can you please elaborate on why you are unable to modify your theme’s header.php file? If you aren’t able to edit your theme files you can alternately create a child theme. WordPress has more information on child themes here: https://developer.www.ads-software.com/themes/advanced-topics/child-themes/

    • This reply was modified 5 years, 12 months ago by devnihil.
    Thread Starter Сергей

    (@derevnya)

    After entering the code, according to your instructions, the topic automatically returns to the first value!

    We are unsure what is going wrong while you are trying to implement this. What ‘topic’ are your referring to? If you are editing theme files through the WordPress editor and that fails to update, please do it directly. Either with (S)FTP or a file manager in your hosting provider’ control panel.

    Jeroen

    Plugin Support amboutwe

    (@amboutwe)

    This thread has been marked as resolved due to lack of activity.

    You’re always welcome to re-open this topic. Please read this post before opening a new request.

    Thanks for understanding!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘code’ is closed to new replies.