'; } } add_action( 'wp_head', 'bptbusinessline_pingback_header' ); /** * WordPress Breadcrumbs * */ if ( ! function_exists( 'bpt_breadcrumb' ) ){ function bpt_breadcrumb() { if ( is_front_page() || is_home() ) { return; } if ( ! function_exists( 'breadcrumb_trail' ) ) { locate_template( 'vendors/breadcrumbs/breadcrumbs.php', TRUE, TRUE ); $breadcrumb_args = array( 'show_browse' => false, ); breadcrumb_trail( $breadcrumb_args ); } } // end of bpt_breadcrumb() }