'; echo '
  • '; esc_html_e('Home','andorra'); echo '
  • /
  • '; if (is_category() || is_single()) { echo '
  • '; the_category('
  • /
  • '); if (is_single()) { echo '
  • /
  • '; the_title(); echo '
  • '; } } elseif (is_page()) { if( wp_get_post_parent_id( get_queried_object_id()) ){ $anc = get_post_ancestors( get_queried_object_id()); foreach ( $anc as $ancestor ) { $output = '
  • '.esc_html(get_the_title($ancestor)).'
  • /
  • '; } echo $output; echo '
  • '.esc_html(get_the_title()).'
  • '; } else { echo '
  • '; echo esc_html(the_title()); echo '
  • '; } } elseif (is_tag()) { esc_html_e('Tag: ','andorra');esc_attr(single_tag_title()); } elseif (is_day()) {echo"
  • " . esc_html__('Archive for ','andorra'); the_archive_title(); echo'
  • ';} elseif (is_month()) {echo"
  • " . esc_html__('Archive for ','andorra'); the_archive_title(); echo'
  • ';} elseif (is_year()) {echo"
  • " . esc_html__('Archive for ','andorra'); the_archive_title(); echo'
  • ';} elseif (is_author()) {echo"
  • " . esc_html__('Author: ','andorra'); esc_url(the_author_posts_link()); echo'
  • ';} elseif (get_query_var('paged')) {echo "
  • " . esc_html__('Page: ','andorra'); get_query_var('paged'); echo'
  • ';} elseif (is_search()) {echo"
  • " . esc_html__('Search Results ','andorra'); echo'
  • ';} echo ''; }