全部文章按照分类排列

您好!

我想请问下有没有办法像归档一样,将全部文章按照分类(文件夹)排列。比如 /categories 页面是这样的:

分类页面

分类一

文章1

文章2

分类二

文章1

文章2

我现在是这么写的,知道不对,但不知道怎么改[泪] 是不是要自己定义 posts?

for category in posts.categories

header

h2= category.title

span= '%s篇文章' %category.posts\_count

ul: for post in posts: li

time(datetime= post.date.format('%Y-%m-%d'))= post.date.format('%m.%d')

a(href=post.url)= post.title

谢谢~

2017-08-19 20:59 from Shui Baco
Comments
Write a Comment
  • Hepo reply

    @Shui Baco,

    for post in posts --> for post in category.posts

    或者直接用 d.get_data 来构造 某个category (通过category.path) 的 所属 posts list

    • @Hepo 谢谢~因为后台设置了每页显示1篇文章,所以还是需要构造一个,我再研究看看~

  • 小F reply

    https://blog-fexo--theme.bitcron.com/categories

    你可以看看这个主题怎么实现的=3=

    • Hepo reply

      @小F 速度好快!!! :)

    • @小F 洗翻里!