{"id":483,"date":"2018-10-07T12:39:40","date_gmt":"2018-10-07T07:09:40","guid":{"rendered":"https:\/\/awpguide.com\/?p=483"},"modified":"2018-10-07T20:20:25","modified_gmt":"2018-10-07T14:50:25","slug":"remove-you-are-here-text-from-genesis-breadcrumbs","status":"publish","type":"post","link":"https:\/\/awpguide.com\/wp-guides\/remove-you-are-here-text-from-genesis-breadcrumbs\/","title":{"rendered":"How To Remove You Are Here Text From Genesis Breadcrumbs"},"content":{"rendered":"

By default, Genesis Framework<\/a> will pull a text (You Are Here) on its breadcrumbs. So many users don’t want them on the breadcrumbs and they wish to remove the text. In this post, we will show you how can you remove you are here text from Genesis Breadcrumbs.<\/p>\n

How To\u00a0Remove You Are Here Text From Genesis Breadcrumbs<\/h2>\n

First of all, make sure that you have enabled the breadcrumbs on posts page, single posts or wherever you need. You can see the settings under the Genesis settings.<\/p>\n

\"Remove<\/p>\n

In my case, I have disabled the breadcrumbs on the homepage and enabled on all other pages. On one of my blog posts, you can see you are here text is active.<\/p>\n

\"defaultLet’s remove it. Go to the WordPress admin area and theme editor.<\/p>\n

\"wordpress<\/p>\n

In my case, I am using the Aspire Pro<\/a> child theme for my blog. By using the theme editor, you need to edit the functions file.<\/p>\n

\"aspire<\/p>\n

Copy the below code and paste it on the functions file. Don’t forget to click on update file after pasting the snippet.<\/p>\n

 add_filter('genesis_breadcrumb_args', 'remove_breadcrumbs_yourarehere_text');\r\nfunction remove_breadcrumbs_yourarehere_text( $args ) {\r\n    $args['labels']['prefix'] = '';\r\n    return $args;\r\n} <\/pre>\n

\"update<\/p>\n

Check your blog’s post from the front end.<\/p>\n

\"you<\/p>\n

You are here text gone from the breadcrumbs. Very simple method.<\/p>\n

Troubleshooting<\/h2>\n

If you haven’t see the after effect on the front end, it might be an issue with your cache. Try opening the same post on an incognito window or use any proxy site.<\/p>\n

Also, make sure that you are editing the functions file. Don’t add the code on any other .php file, it can break your website. While adding the snippet, just add it at the end of functions file.<\/p>\n

We hope you found this post helpful and learned how to remove you are here text from Genesis breadcrumbs. If you did, please consider sharing this post with your friends and fellow bloggers on social media.<\/p>\n

For more posts and tutorials, you must check out our blog section<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"

By default, Genesis Framework will pull a text (You Are Here) on its breadcrumbs. So many users don’t want them … <\/p>\n

Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":490,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[5],"tags":[],"_links":{"self":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/posts\/483"}],"collection":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/comments?post=483"}],"version-history":[{"count":0,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/posts\/483\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/media\/490"}],"wp:attachment":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/media?parent=483"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/categories?post=483"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/tags?post=483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}