I want to hide some posts from the homepage without altering the number of posts shown, but make them visible on auto collection (category) pages. Using hidden: true in the front matter of the post makes the post to be hidden both on the front page and the collections (category page). Is there an easier way to achieve this?
I want to hide some posts from the homepage without altering the number of posts shown, but make them visible on auto collection (category) pages. Using
hidden: true
in the front matter of the post makes the post to be hidden both on the front page and the collections (category page). Is there an easier way to achieve this?