2026-04-02 23:12:36 +08:00

294 B

title, createTime, tags, categories
title createTime tags categories
WordPress增加未分类类别查询 2021/09/10
Wordpress
随记

在主题编辑器中找到分类目录页面,添加如下代码:

<h2><a href="<?php echo home_url()?>/archives/category/uncategorized">未分类</a></h2>