Title: Breadcrumb Bug
Last modified: September 23, 2016

---

# Breadcrumb Bug

 *  Resolved [relish1227](https://wordpress.org/support/users/relish1227/)
 * (@relish1227)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-bug-2/)
 * My client is using the Blogim theme and noticed that if you use the search, the
   Home link in the breadcrumb on the resulting page doesn’t work. The format is
   like this:
 * [http://blog.test.com/esc_url(http://blog.test.com/)](http://blog.test.com/esc_url(http://blog.test.com/))
 * Looks like it’s in /functions/breadcrumbs.php line 34:
 * `$link = $linkBefore . '<a' . $linkAttr . ' href="esc_url(%1$s)">%2$s</a>' . 
   $linkAfter;`
 * That “esc_url” is being output as text. The fix would be:
 * `$link = $linkBefore . '<a' . $linkAttr . ' href="' . esc_url('%1$s') . '">%2
   $s</a>' . $linkAfter;`
    -  This topic was modified 9 years, 11 months ago by [relish1227](https://wordpress.org/support/users/relish1227/).

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

 *  Theme Author [IndigoThemes](https://wordpress.org/support/users/indigothemes/)
 * (@indigothemes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-bug-2/#post-8218168)
 * Will check and get this fixed soon.
 *  Theme Author [IndigoThemes](https://wordpress.org/support/users/indigothemes/)
 * (@indigothemes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-bug-2/#post-8220440)
 * Fixed. Please update the theme to latest version.
 *  Thread Starter [relish1227](https://wordpress.org/support/users/relish1227/)
 * (@relish1227)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-bug-2/#post-8222087)
 * Excellent, thanks for the quick work. I’ve verified that it does fix the issue.
 *  Theme Author [IndigoThemes](https://wordpress.org/support/users/indigothemes/)
 * (@indigothemes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-bug-2/#post-8253400)
 * Please consider sharing a nice feedback with 5/5 ratings, if you’re happy with
   the theme and our support 🙂

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

The topic ‘Breadcrumb Bug’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [IndigoThemes](https://wordpress.org/support/users/indigothemes/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-bug-2/#post-8253400)
 * Status: resolved