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