' . single_cat_title( '', false ) . '' ); } elseif ( is_tag() ) { printf( __( '%s', 'skyline-news' ), '' . single_tag_title( '', false ) . '' ); } elseif ( is_author() ) { /* Queue the first post, that way we know * what author we're dealing with (if that is the case). */ the_post(); printf( __( 'All posts by: %s', 'skyline-news' ), '' . get_the_author() . '' ); /* Since we called the_post() above, we need to * rewind the loop back to the beginning that way * we can run the loop properly, in full. */ rewind_posts(); } elseif ( is_day() ) { printf( __( '%s', 'skyline-news' ), '' . get_the_date() . '' ); } elseif ( is_month() ) { printf( __( '%s', 'skyline-news' ), '' . get_the_date( 'F Y' ) . '' ); } elseif ( is_year() ) { printf( __( '%s', 'skyline-news' ), '' . get_the_date( 'Y' ) . '' ); } else { _e( 'Archives', 'skyline-news' ); } ?>

' . $category_description . '
' ); } elseif ( is_tag() ) { // show an optional tag description $tag_description = tag_description(); if ( ! empty( $tag_description ) ) echo apply_filters( 'tag_archive_meta', '
' . $tag_description . '
' ); } elseif ( is_author() ) { // show an optional author description ?>

  

            

__( 'Previous', 'skyline-news' ), 'next_text' => __( 'Next', 'skyline-news' ), 'screen_reader_text' => __( 'Navigation', 'skyline-news' ), ) ); ?>