'
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ', )); function the_breadcrumb() { if (!is_home()) { echo ''; bloginfo('name'); echo 'in '; if (is_category() || is_single()) { the_category('title_li='); if (is_single()) { echo 'in   '; the_title(); } } elseif (is_page()) { echo the_title(); } } } ?>