';
$time_string = sprintf($time_string, esc_attr(get_the_date('c')), get_the_date(), esc_attr(get_the_modified_date('c')), get_the_modified_date());
printf('%1$s
', balancetags($time_string));
}
if ('post' == get_post_type()) {
printf('', esc_url(get_author_posts_url(get_the_author_meta('ID'))), get_the_author());
}
if (!is_single() && !post_password_required() && (comments_open() || get_comments_number())) {
echo '';
}
if (is_single()) {
echo '';
the_category(', ');
echo '
';
}
}
}