I’ve been slightly altering the Solo theme to work as a simple personal portfolio site rather than a blog. I’d like to show multiple tags on posts, not just the first post. Anyone have advice on this?
Ideally I’d also like to show the tags under the post title on my homepage, but that’s less important.
Unlike your other recent posts that can be solved by code injection, this one is going to require editing the theme files.
@RyanF , it would be nice if the Ghost tutorials collected together the introductory bits of editing a theme. They’re all there, but there’s no way to link the collection that I see.
I suspect there’s a tutorial that’s sort of “what’s the structure of a theme and where do I look for the thing I want to change?”, but I can’t immediately find it. Short answer: You’re looking for post.hbs for the individual post pages. You’re looking for something related to {{tags}} within that file, or it might pull in a partial (looks like {{> "partialname"}} from the partials/ folder.
If there isn’t a tutorial for this already, someone should write one! (Hmm… new blog idea…)