Title: Yoast Breadcrumbs Issue
Last modified: August 30, 2016

---

# Yoast Breadcrumbs Issue

 *  [IndeMoJo](https://wordpress.org/support/users/butisitart/)
 * (@butisitart)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/yoast-breadcrumbs-issue/)
 * Hi Ben …
 * Just updated to Tracks 1.44. Had a little problem with where you placed the Yoast
   Breadcums call in header.php. It was missing a php end tag `?>` & had to be moved
   within the last header div for it to be placed correctly on ALL pages. The way
   you have it now, it was okay on the home page, but to the far left on any post
   page & behind the featured image on smaller devices.
 * Although I’m altering the look of `#breadcrumbs` via CSS I also made sure that
   it wasn’t my CSS causing the issue. Once I placed it IN the header div just below
   the primary menu, everything was fine.
 * This is what my changed code looks like now:
 *     ```
       <header id="site-header" class="site-header" role="banner">
       		<?php get_template_part( 'content/top-navigation' ); ?>
       		<div class="container">
       			<div id="title-info" class="title-info">
       				<?php get_template_part( 'logo' ) ?>
       			</div>
       			<?php get_template_part( 'menu', 'primary' ); ?>
       			<?php if ( function_exists( 'yoast_breadcrumb' ) ) {
       	yoast_breadcrumb( '<p id="breadcrumbs">', '</p>' );
       } ?>
       		</div>
       	</header>
       	<div id="main" class="main" role="main">
       ```
   
 * [http://www.go2jo.com](http://www.go2jo.com)

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/yoast-breadcrumbs-issue/#post-6876470)
 * Hey Joe,
 * Thanks for catching the style issue. Been updating like mad lately and things
   just end up slipping past review.
 * I’ll fix this with next update. Happy holidays!
 *  Thread Starter [IndeMoJo](https://wordpress.org/support/users/butisitart/)
 * (@butisitart)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/yoast-breadcrumbs-issue/#post-6876471)
 * Hey Ben,
 * No problem. You’re welcome. Happy Holidays to you & yours!

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

The topic ‘Yoast Breadcrumbs Issue’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tracks/1.81/screenshot.png)
 * Tracks
 * [Support Threads](https://wordpress.org/support/theme/tracks/)
 * [Active Topics](https://wordpress.org/support/theme/tracks/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tracks/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tracks/reviews/)

## Tags

 * [Yoast](https://wordpress.org/support/topic-tag/yoast/)

 * 2 replies
 * 2 participants
 * Last reply from: [IndeMoJo](https://wordpress.org/support/users/butisitart/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/yoast-breadcrumbs-issue/#post-6876471)
 * Status: not resolved