How to make posts in the added collection visible in category tab? #2008
Unanswered
arcstone09
asked this question in
Q&A
Replies: 1 comment
-
This is related to issue #1655 which is in the pipeline to be addressed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to make my posts displayed by its category when ‘category’ tab is clicked.
In order to do this, I uncommented the ‘jekyll-archives’ part in _config.yml.
For posts in collections which are already in the template(ex. Blog posts), it works.
However, posts that are located in collection that I added don’t appear when I click the category tab. What should I do?
(To add collection, I changed _config.yml collections part and navigation.yml file, added [collection_name].html file in _pages folder, and wrote new posts with category in the folder named _study that I made. Posts in _study folder is visible in the ‘study’ tab, but not visible in the ‘category’ tab.)
Beta Was this translation helpful? Give feedback.
All reactions