Category Display Issue: No Posts or Categories Visible #1177
-
When I started using this theme, I discovered that categories allow adding descriptions under each category and support color customization. After configuring these settings according to the template, clicking on any category tag on the webpage fails to display posts under that category. Additionally, the category list on the right sidebar no longer shows any categories. My blog is hosted at blog.ciane.cn(gldsheep3/star-with-land) 使用主题时发现了 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
I found the issue in your seup, in particular your categories metadata. The files you have under
content/categories/
is not created properly. If you delete these .md files temporarily, the categories appear:What you need to do instead is create a folder for each category under
content/categories
, then place the md file inside, after renaming it to_index.md
, also svg picture if you want a logo for each category.Final result would look like this: