描述 更多类似的主题函数信息,请查看主题开发手册中的条件标签文章。 返回 (bool) 查询是否针对现有年度档案。 相关使用描述__()检索$text的翻译WP_Query::is_year()_doing_it_wrong()被使用描述wp_get_document_title()get_the_archive_title()redirect_canonical() 源码查看源码 官方文档 更新日志版本描述1.5.0开始引入 使用示例示例1检查当前存档是否为年份存档 if ( is_year() ) { // Do awesome. }