:
:
' . get_the_date(_x('Y', 'yearly archives date format', 'barkly')) . '');
elseif (is_month()):
printf(__('Month: %s', 'barkly'), '' . get_the_date(_x('F Y', 'monthly archives date format', 'barkly')) . '');
elseif (is_day()):
printf(__('Day: %s', 'barkly'), '' . get_the_date() . '');
elseif (is_author()):
printf( __( 'Author: %s', 'barkly' ), '' . get_the_author() . '' );
else :
endif;
?>