Title: Breadcrumbs
Last modified: August 24, 2016

---

# Breadcrumbs

 *  [Andrew Bondar](https://wordpress.org/support/users/kronos1705/)
 * (@kronos1705)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/breadcrumbs-32/)
 * Good afternoon. Faced with great difficulty.
    I need to specify the “bread crumbs”
   for your site, but I have not seen single.php usual references h1 and the like.
   This topic is prescribed code anyway? I ask your help in this matter. I use the
   plugin “SEO by Yoast” prescribed code looks like this:
 * <?php if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb(‘<p id=”
   breadcrumbs”>’,'</p>’); } ?>
 * After what I have to tag insert this code for an adequate display breadcrumbs?
   
   Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Corey – The Theme Foundry](https://wordpress.org/support/users/coreymckrill4ttf/)
 * (@coreymckrill4ttf)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/breadcrumbs-32/#post-6028574)
 * Hi [@kronos1705](https://wordpress.org/support/users/kronos1705/),
 * It sounds like you’ll want to add that code to the single.php file, right after
   this line:
 *     ```
       <main id="site-main" class="site-main" role="main">
       ```
   
 * I would also recommend that you make this change using a [child theme](https://thethemefoundry.com/docs/make-docs/advanced/installing-child-theme/).
 *  Thread Starter [Andrew Bondar](https://wordpress.org/support/users/kronos1705/)
 * (@kronos1705)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/breadcrumbs-32/#post-6028599)
 * Thanks a lot for the help.
    I really do not understand the value child theme.
 *  [Melissa](https://wordpress.org/support/users/emdashing/)
 * (@emdashing)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/breadcrumbs-32/#post-6028600)
 * Hi there,
 * If you edit your theme files to accommodate custom changes, when the theme updates,
   you will lose those changes. Your only option is to re-edit your files, or not
   update your theme.
 * Child themes make it easy to add customizations that will be preserved, even 
   if the parent theme is updated. Which is why it’s a good idea in this situation.
 * Hope that helps!
 *  [Matt Radford](https://wordpress.org/support/users/mattrad/)
 * (@mattrad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/breadcrumbs-32/#post-6028604)
 * Hi
 * I’ve just found this thread after posting a support ticket for Make on this subject.
   I was hoping for an action to add breadcrumbs in above h1.entry-title, but can’t
   find one.
 * So, adding to the child theme it is, but in addition to the above change to single.
   php, you’ll need to add the breadcrumbs code to page.php, template-builder.php,
   archive.php and for completeness, 404.php.
 * Cheers
    Matt
 *  [Melissa](https://wordpress.org/support/users/emdashing/)
 * (@emdashing)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/breadcrumbs-32/#post-6028605)
 * Hey Matt,
 * I was just coming from your post on TTF to reference here. 🙂
 * We have a ticket open to improve upon this in a future release!
 *  [Matt Radford](https://wordpress.org/support/users/mattrad/)
 * (@mattrad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/breadcrumbs-32/#post-6028606)
 * Sweet, thanks Melissa.
 * And I’ll check my Google-fu first before raising a ticket in future 😉

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Breadcrumbs’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/make/1.10.10/screenshot.jpg)
 * Make
 * [Support Threads](https://wordpress.org/support/theme/make/)
 * [Active Topics](https://wordpress.org/support/theme/make/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/make/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/make/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [Matt Radford](https://wordpress.org/support/users/mattrad/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/breadcrumbs-32/#post-6028606)
 * Status: not resolved