Hi I found breadcrumbs code in my wp-content/themes/vantage/inc/settings/settings.php file and am not sure how to disable the breadcrumbs. The breadcrumbs appear on my Echo Knowledge Base pages. I am using Siteorigin Vantage. I posted some of the code below. After doing a quick Google I could not find a way to disable breadcrumbs in Vantage that worked. Do I need Siteorigin Premium or can it be done without? Thanks!
function siteorigin_settings_breadcrumbs( $class = null ) {
if ( ! apply_filters( 'siteorigin_settings_show_breadcrumbs', true ) ) {
return;
}
Hi Josh
The snippet linked below can be used in the Code Snippets plugin:
Page: Advanced Customizations
Thanks but it’s not working. I did “auto insert” with location “run everywhere” in code snippets. See here. The breadcrumb is where it says Documentation on the top.
It shouldn’t matter too much but it doesn’t sound like we’re using the same plugin. For testing; I’m using https://wordpress.org/plugins/code-snippets/. I’ve confirmed the snippet works on our end. You can disable AISEO breadcrumbs in the plugin’s settings – it just takes a bit of doing. If you’d like you can take a screenshot of the setup in the Code Snippets plugin you’re using. You can post a link here to any sharing location like Dropbox or Imgur.com. I’ll take a look at the snippet setup and go from there. Cheers.
Thanks again got it working. I was trying with WPCode Code Snippets not Code Snippets. Your mentioned plugin worked beautifully.
I’m sure we could get the filter working with the first plugin but if you aren’t tied in then it’s an easy switch. Glad to hear the issue is resolved!
All the best.
Cheers, Andrew