%s', 'kciaotime' ), get_the_date() ); // If this is a monthly archive } elseif (is_month()) { printf( __( 'Monthly Archives: %s', 'kciaotime' ), get_the_date('F Y') ); // If this is a yearly archive } elseif (is_year()) { printf( __( 'Yearly Archives: %s', 'kciaotime' ), get_the_date('Y') ); // If this is a general archive } else { _e( 'Blog Archives', 'kciaotime' ); } ?>