'; // tag before the current crumb $after = ''; // tag after the current crumb global $post; $homeLink = home_url(); if (is_home() || is_front_page()) { echo ''; }elseif ( class_exists( 'WooCommerce' ) && is_woocommerce()) { $args = array( 'delimiter' => '»', 'wrap_before' => '', 'before' => '
  • ', 'after' => '
  • ', ); woocommerce_breadcrumb($args); } else { echo ''; } } ?>