'; // tag before the current crumb $after = ''; // tag after the current crumb /* === END OF OPTIONS === */ global $post, $paged, $page; $home_link = home_url( '/' ); $link_before = '
  • '; $link_after = '
  • '; $link_attr = ' itemprop="item"'; $content_position = 1; $link = $link_before . '%2$s' . $link_after; if ( is_front_page() ) { if ( $show_on_home ) { echo ' '; } } else { echo ' '; } } endif;