?>
</p>
<?php
elseif ( is_day() ) : /* If this is a daily archive */ ?>
<p>
<?php
printf( /* translators: 1: Site link, 2: Archive date. */
__( 'You are currently browsing the %1$s blog archives for the day %2$s.'
),
sprintf( '<a href="%1$s/">%2$s</a>',
get_bloginfo( 'url'
),
get_bloginfo( 'name'
) ),
get_the_time( __( 'l, F jS, Y'
) ) );
?>
</p>
<?php
elseif ( is_month() ) : /* If this is a monthly archive */ ?>
<p>
<?php
printf( /* translators: 1: Site link, 2: Archive month. */
__( 'You are currently browsing the %1$s blog archives for %2$s.'
),
sprintf( '<a href="%1$s/">%2$s</a>',
get_bloginfo( 'url'
),
get_bloginfo( 'name'
) ),