Title: Breadcrumb/linking questions
Last modified: August 19, 2016

---

# Breadcrumb/linking questions

 *  [jillforsythe](https://wordpress.org/support/users/jillforsythe/)
 * (@jillforsythe)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/breadcrumblinking-questions/)
 * I have a question about the breadcrumb that shows when I am linking to a page
   on my wp site somewhere else, on facebook for example. The link/breadcrumb will
   show up like this:
    Lehigh Valley Running Scene » Blog Archive » Lehigh Valley
   Health Challenge
 * How can I get rid of the “Blog Archive” section?? Is there a place somewhere 
   in my code which is doing this?

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/breadcrumblinking-questions/#post-1589502)
 * It’s either generated by your theme (possibly via header.php) or by a plugin.
 *  Thread Starter [jillforsythe](https://wordpress.org/support/users/jillforsythe/)
 * (@jillforsythe)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/breadcrumblinking-questions/#post-1589520)
 * That was it!! It was in the Header.php.
 * One more question:
 * Looks like this in the header:
 * <?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php}?
   > <?php wp_title(); ?>
 * Do I just remove the text ‘» Blog Archive’
 * OR do I remove this entire section:
 * { ?> » Blog Archive <?php }
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/breadcrumblinking-questions/#post-1589528)
 * Try just using `<?php bloginfo('name'); ?> <?php wp_title(); ?>`

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

The topic ‘Breadcrumb/linking questions’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/breadcrumblinking-questions/#post-1589528)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
