' . get_the_date() . ''); elseif (is_month()) : printf(esc_html__('Monthly Archives: %s', 'blogrock-core'), '' . get_the_date(esc_html_x('F Y', 'monthly archives date format', 'blogrock-core')) . ''); elseif (is_year()) : printf(esc_html__('Yearly Archives: %s', 'blogrock-core'), '' . get_the_date(esc_html_x('Y', 'yearly archives date format', 'blogrock-core')) . ''); else : esc_html_e('Archives', 'blogrock-core'); endif; ?>