html 从页面的网址中根据其类别获取帖子。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 从页面的网址中根据其类别获取帖子。相关的知识,希望对你有一定的参考价值。

{% assign category = page.url | remove: '/index.html' | split: '/' | last %}
{% for post in site.categories[category] %}
    <li>{{ post.title }}</li>
{% endfor %}

以上是关于html 从页面的网址中根据其类别获取帖子。的主要内容,如果未能解决你的问题,请参考以下文章

Wordpress自定义模板,用于特定类别的Feed

PHP Wordpress根据页面显示类别中的帖子。

Wordpress - 我如何从其他自定义帖子中获取_categories?

根据 phpmyadmin 中的类别 ID 获取 wordpress 帖子 ID 列表

text 获取类别页面的帖子,但自定义帖子类型

从单个帖子中获取 Wordpress 类别