%s', 'acosmin' ), get_the_date() ) . ac_icon( 'angle-down' ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %s', 'acosmin' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'acosmin' ) ) ) . ac_icon( 'angle-down' ); elseif ( is_year() ) : printf( __( 'Yearly Archives: %s', 'acosmin' ), get_the_date( _x( 'Y', 'yearly archives date format', 'acosmin' ) ) ) . ac_icon( 'angle-down' ); else : _e( 'Archives', 'acosmin' ) . ac_icon( 'angle-down' ); endif; ?>