I am using source theme for ghost cms. I would like to show all unique tags in front end (home page) , so user can click the particular tag and see all the post relevant to the tag. Does this require customization? If yes , can you point me how to do it?
Or is this a built in feature of ghost cms. Kindly let me know.
Whether or not a theme shows tags (and how many) is dependent on the theme. (It’s not a generic Ghost setting.)
It is possible to modify any theme (requires the ability to load a custom theme) to do this. It’d also be possible to insert a list of tags into an existing sidebar with javascript, if you are on a starter plan.
You could also look for a theme that has this functionality built in. I know I’ve seen it, but don’t remember where, off the top of my head.
Hi @Yoges, I has similar problem with my theme, but I wanted to show tags on the page of the article.
IMHO it’s not good to show all the tags in the list of articles. But anyway, maybe you will find something helpful in my article: How to show post tags - Ghost
You’ll need to update the source code.
BTW: if you have a self-hosted version I am building a guide about many things related to the Ghost blog. Please check it out: The Ghost Blog: Complete Guide