At the bottom of a blog post I want to make a section that only I can see (the author), like notes on what to add to the post. Does anyone know how to do this?
As a make-shift right now I am just making the post for members only, and putting my notes there.
Yes, we do. While I am fairly new to Ghost (about 6 months in), coming from WordPress and WooCommerce development, I did a complete re-make of the portal and the Dawn theme.
I find Ghost to be a starting point, a template. Call it what you like…
It’s good, but it lacks so much basic functionality and people all over this forum are asking for simple things like built in support for setting the link target or text alignment.
Maybe it will come, but most likely not.
There’s not even a image gallery and the devs / admins will refer you to using a code snippet for that. Imagine having 300 (or thousands) images and having to go through that list
Yeah I feel that, I just wanted to link some socials in place of the icons at the top and I have to go through a whole forum to figure out how to do that.
To do what you accomplished what coding do you recommend I learn? For example html and Java?
Not sure if you’re familiar with the “child theme” concept in WordPress? It means, “make changes that are not affected by updates”.
The same philosophy does not exist in Ghost. You cannot make changes to template files (*.hbs) without them being affected upon the next update.
I might be wrong since I have not been around the core or themes for a few months now.
You have two options:
#1: edit theme files (header, footer, post, page etc.) and add whatever it is you need #2: find a script that does it for you and insert that using either the header or footer section in Ghost admin
I guess it depends a bit on your blog approach - I dislike coming back to a post and changing it too much once its published - it confuses my readers.
If I have to revisit a topic, I generally publish a new blog-post - I might add links between the old and new posts.
What I do tend to do though is to use the DRAFT pages to keep many pages of notes and thoughts that I want to come back to / revisit. These are only available via the Admin pages - and are not shown to the public or members.
OML guys I am so excited! I found a way. Here’s a guide:
Just use a block code ``` + enter key and only write in the caption area then press return/enter key, and if the block code disappears just press ⌘Cmd + Z and it should come back. The results: you will only be able to see the text in. Here is an example with some pictures:
What I did before to make notes at the end of my blog posts: I had the the post access set to > paid-members only features for my notes, since I was just getting started with my blog.
2 changes I had to make fix before posting:
So after discovering this block code trick and making the correct changes I had to change post access to > public