styxlab / gatsby-theme-try-ghost

A Gatsby theme to build flaring fast blogs from headless Ghost CMS
MIT License
135 stars 56 forks source link

How to display list of tags in ghost blog? #246

Closed wl018 closed 3 years ago

wl018 commented 3 years ago

I want to display all my tags in a post, how should I do? I found this, but it seems like doesn't work.

I also want to Create A Tags List Page in Your Ghost Theme, and the solution from Aspire Themes doesn't fit for this case either, how should I solve it?

Thank you for your help.

styxlab commented 3 years ago

The linked solutions are for original Ghost and do not apply here. The front-end code of this repo is using React. So you can fork this repo and change the front-end code directly. Better yet, use the method of component shadowing which is described in the the Jamify tutorials. In either case, you need React and coding knowledge to accomplish this task.

styxlab commented 3 years ago

Feel free to re-open again.