getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

WooCommerce conditional break on no Woo #218

Closed neilberry001 closed 10 years ago

neilberry001 commented 10 years ago

<?php if ( current_theme_supports( 'breadcrumb-trail' ) && !is_woocommerce() ) breadcrumb_trail(); ?> This will break if woocommerce is not active. Investigate a fix.