'; $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('
%2$s
', 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 '
'; comments_popup_link(esc_html__('Leave a comment', 'apadana'), esc_html__('1 Comment', 'apadana'), esc_html__('% Comments', 'apadana')); echo '
'; } if (is_single()) { echo '
'; the_category(', '); echo '
'; } } }