So I have been writing some content to my ghost 3.3.0 server and yesterday I noticed some inconvenience with the headings in posts, and the way they are used in other places.
I noticed this because I was making a minor change to the h1 and h2 as in
and then I realised that in the post editor, the help text says heading 1, but it is actually heading 2, and on the heading 2 help text, is actually heading 3. This is of course a minor issue once you know, and I haven’t written that much text yet to be a real issue, but I also noticed that the heading tags are used in other places as well, and the one that bugs me the most is the "h2 class=“site-description” that is used in the category page,shouldn’t that just be a paragraph?.
Changing the help text in the editor would also be beneficial I think
I’m not quite sure what you’re referring to, do you mean the headings in the editor are labelled wrong? Or do you mean the headings showing on your site? If you mean the editor then that may be just for presentation, and won’t have an affect on the content in the front-end. If you mean your site then you’re welcome to make edits to your theme by downloading it via the Design view in Ghost admin
Editing that site-description you mention can also be done in the theme
it says heading one, but it is actually a heading 2
I haven’t been looking into theme editing yet, and possibly I hope to hire someone to do that, I work with IT infrastructure, web development is mostly gibberish to me
yes, but the heading one makes a h2 html code, so I think it is misleading.
I made posts with the Heading Two, because I didn’t want multiple Heading One in my post, then I see that those that I thought was Heading Two, actually is Heading Three.
@DavidDarnes can you try clicking the Heading 1 icon in the WYSIWYG and inspecting the element? I’m seeing an h2 created. Using expansions works correctly
Ah I see the confusion here! The inline editing controls are labelled ‘Heading One’ and ‘Heading Two’ but they are actually h2 and h3. This is intentionally as the post title is meant to be the only h1 on the page. You can put a h1 in the content if you want, but you have to use markdown
if you have a minimal understanding of html, this is misleading, and I am sure many end up like me having the title as the h1 and then h3 in the rest of the post.
I only found out because I wanted h1 and h2 uppercase, and noticed that my headings in the post didn’t become uppercase since they were actually h3.
While I can somewhat understand your confusion, this is the very first time I’ve seen this reported. Arguably if they were labelled as ‘Heading Two’ and ‘Heading Three’ someone without HTML knowledge would look at those labels and wonder “where is ‘Heading One’?”. Not everyone has the same knowledge of the web