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; }