I basically want to get a list of primary tags and a list of regular tasks. I can return a list of all tags but I am unsure on how to filter it to just return the primary tags (and do the same to just return the regular ones).
This is how I return all the tags, but how can I filter to just return the primary tags? Thanks!
Primary tags only exist in the context of a post (the same tag could be primary_tag in one post and a normal one in another).
The tag object doesn’t have a property to identify it as primary:
Amazing, it worked. Thank you so much! I really like your Ghost Tips & Tricks series, great work. Please share any blogs, tutorials or videos that you may have I would like to learn more