'; //class="active" tag before the current crumb $after = ''; // tag after the current crumb global $post; $homeLink = home_url(); if (is_home() || is_front_page()) { if ($showOnHome == 1) echo '
  • ' . $home . '
  • '; } else { echo ''; } } // end codepress_corporate_custom_breadcrumbs() /*BreadCrumb function end */ ?>