{"id":512,"date":"2018-10-07T20:15:59","date_gmt":"2018-10-07T14:45:59","guid":{"rendered":"https:\/\/awpguide.com\/?p=512"},"modified":"2018-10-07T20:19:21","modified_gmt":"2018-10-07T14:49:21","slug":"how-to-change-genesis-breadcrumb-separator","status":"publish","type":"post","link":"https:\/\/awpguide.com\/wp-guides\/how-to-change-genesis-breadcrumb-separator\/","title":{"rendered":"How To Change Genesis Breadcrumb Separator"},"content":{"rendered":"

Last time, we have shown you how can you remove you are here text from Genesis<\/a>. After that, one of our users asked that about changing the breadcrumb separator. In this post, we are going to show you that how can you change Genesis breadcrumb separator and add your own custom one.<\/p>\n

How To\u00a0Change Genesis Breadcrumb Separator<\/h2>\n

By default, Genesis breadcrumbs come\u00a0with “\/” as the separator. Most folks wish to remove it and add something custom. All you need to do is, add a bit of code to your child theme’s functions file.<\/p>\n

First of all, log in to your WordPress dashboard, and go to the theme editor.<\/p>\n

\"genesis<\/p>\n

In my case, now I am using the Magazine Pro<\/a> theme on the blog. Open the functions file there.<\/p>\n

\"magazine<\/p>\n

Add the below code on the file and simply update it.<\/p>\n

 add_filter('genesis_breadcrumb_args', 'modify_separator_breadcrumbs');\r\nfunction modify_separator_breadcrumbs($args) {\r\n    $args['sep'] = ' \u00bb ';\r\n    return $args;\r\n} <\/pre>\n

\"update<\/p>\n

Before updating my blog was having the default breadcrumb separator.<\/p>\n

\"default<\/p>\n

After publishing the update, I am on custom one!<\/p>\n

\"updated<\/p>\n

Simple isn’t it? You don’t even need any plugins for changing the separator.<\/p>\n

Troubleshooting<\/h2>\n

If your browser is not showing the new breadcrumb separator, you need to clear your browser cache and cache of your WordPress blog. Or, you need to open the website on a private window and check from there.<\/p>\n

Also, make sure that you have added the custom code in the functions file. If you added it to any other file, your website will run into some issues. So, functions file.<\/p>\n

We hope you found this post helpful and enjoyed the read. if you did, please consider sharing this post with your friends and fellow bloggers on social media. For more related posts, you may want to check out our blog section<\/a>. As one of the best Genesis child theme, we will also recommend you choosing Aspire Pro<\/a>.<\/p>\n

Check out our Aspire Pro review<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"

Last time, we have shown you how can you remove you are here text from Genesis. After that, one of … <\/p>\n

Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":518,"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\/512"}],"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=512"}],"version-history":[{"count":0,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/posts\/512\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/media\/518"}],"wp:attachment":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/media?parent=512"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/categories?post=512"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/tags?post=512"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}