Hello is there a way to show more than one tag while using the default Casper theme that comes with Ghost?
I just want two tags to show and i’m any help would be great
Hello is there a way to show more than one tag while using the default Casper theme that comes with Ghost?
I just want two tags to show and i’m any help would be great
You need to edit the theme. If you are familiar with HTML, it’s not that complicated. But it’s not possible to change this with a setting on Ghost Admin.
So do i download the theme and change and then upload it?
yep. The download will be a zip file, which you can extract with whatever tool you have available on your local machine. .hbs files are plain text and can be opened with any text editor.
Note that if you make changes to css, they need to be compiled. (You can probably avoid that and just drop a few minor changes – if any – into code injection instead.)
If you’re doing more than very small changes , you’ll want a better setup than that, because being able to run the theme locally is a huge time-saver, but just notepad/textedit/nano is enough to get started. I recommend WSL if you decide you’re going to set up for theme development on Windows.