%2$s'; $archive_year = get_the_time('Y'); $archive_month = get_the_time('m'); $archive_day = get_the_time('d'); if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = ''; } $time_string = sprintf( $time_string, esc_attr( get_the_date( DATE_W3C ) ), esc_html( get_the_date() ), esc_attr( get_the_modified_date( DATE_W3C ) ), esc_html( get_the_modified_date() ) ); $posted_on = sprintf( /* translators: %s: post date. */ '' . $time_string . ''); echo '
' . $posted_on . '
'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } endif; if ( ! function_exists( 'blog_aarambha_posted_by' ) ) : /** * Prints HTML with meta information for the current author. */ function blog_aarambha_posted_by() { $byline = sprintf( /* translators: %s: post author. */ '
' . esc_html( get_the_author() ) . '
' ); echo $byline; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } endif; if( ! function_exists('blog_aarambha_cat_list')): /** * Get Lists of Categories */ function blog_aarambha_cat_list($enable_tag = true){ ?>
name)?> ' . $tags_list . ''); } }?>