>
%2$s
%1$s', 'aadya' ),
sprintf( '
%3$s',
get_permalink(),
esc_attr( get_the_time() ),
get_the_date()
),
sprintf( '
%3$s',
get_author_posts_url( get_the_author_meta( 'ID' ) ),
sprintf( esc_attr__( 'View all posts by %s', 'aadya' ), get_the_author() ),
get_the_author()
)
);
?>