'; echo esc_attr($category[0]->cat_name); echo ''; } } elseif (is_page()) { echo '

'.esc_attr(get_the_title()).'

'; } elseif (is_tag()) { echo '

'; _e('Tag: ','andorra');esc_attr(single_tag_title()); echo '

'; } elseif (is_day()) { echo'

' . __('Archive for ','andorra'); esc_attr(the_archive_title()); echo'

'; } elseif (is_month()) { echo'

' . __('Archive for ','andorra'); esc_attr(the_archive_title()); echo'

'; } elseif (is_year()) { echo'

' . __('Archive for ','andorra'); esc_attr(the_archive_title()); echo'

'; } elseif (is_author()) { echo'

' . __('Author: ','andorra'); esc_url(the_author_posts_link()); echo'

'; } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { echo '

' . __('Blog Archives ','andorra'); echo'

'; } elseif (is_search()) { echo'

' . __('Search Results ','andorra'); echo'

'; } else { echo'

' . __('Blog Posts ','andorra'); echo'

'; }