【发布时间】:2020-02-15 02:49:08
【问题描述】:
在 WordPress 帖子中,模板 category.php 不起作用,而 index.php 用于存档和类别页面。所以我无法正确获取 index.php 模板文件中的类别。
get_the_category();和 get_query_var() 在此页面中无效。
我只想要一个使用 category.php 或 index.php 的 WordPress 帖子的类别页面。
有人可以帮忙吗?
【问题讨论】:
-
你的
header.php有wp_head()的功能吗? -
是的,它有 wp_head() 函数。
标签: php wordpress categories posts