' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %s', 'selecta' ), '' . get_the_date( 'F Y' ) . '' ); elseif ( is_year() ) : printf( __( 'Yearly Archives: %s', 'selecta' ), '' . get_the_date( 'Y' ) . '' ); elseif ( is_category() ) : printf( __( 'Category Archives: %s', 'selecta' ), '' . single_cat_title( '', false ) . '' ); elseif ( is_author() ) : printf( __( 'Author Archives: %s', 'selecta' ), '' . get_the_author() . '' ); elseif ( is_tag() ) : printf( __( 'Tag Archives: %s', 'selecta' ), '' . single_tag_title( '', false ) . '' ); else : _e( 'Archives', 'selecta' ); endif; ?>

  • >
    'post-thumbnail', 'alt' => get_the_title(), 'title' => get_the_title() ) ); ?>
    ' ) ); ?>