Hello - I would like to create a widget/side menu that displays a list of tags, but I only want certain tags that I plan to use a categories.
First off this is my second day using ghost and trying to learn handlebars etc… So I’m drowning or barley keeping a float. So far I love what Ghost has to offer.
My first idea is to use a pattern where all stories the first tag/primary tag would be the category and display those so it’s dynamic in a sense.
My second Idea is to simply hard code the tags using conditional logic I want as I’m looping through them.
How do I go about doing this. Any help is appreciated.
Currently it’s not possible in a performant/sensible way to make a request for all the tags that are used as primary tags, but we’re working on advanced blog structures like this, so I’d highly recommend using the hardcoded version for now, and updating your code later when we have the ability to do what you need more easily.
I’ve moved this topic to ideas where it can be voted on. It’s not trivial to implement, so it would be interesting to know how many people are interested.