Home>Support>How to turn off Breadcrumbs in Vantage?

How to turn off Breadcrumbs in Vantage?

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

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

Please log in to post on our forums. Signing up is free.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More