• davesim

    (@davesim)


    Hello. I’m redoing my resume/professional website (that’s why the subdomain is stage). The default template for blog posts doesn’t work for me: I need to remove the comments entirely, as well as the author. Also, I would like the change the format for the featured image at some point.

    How do I change the default for all blog posts? I do not know anything about coding or CSS or whatever, so I’m hoping this can be done through the regular editor.

    • This topic was modified 12 months ago by davesim.
Viewing 1 replies (of 1 total)
  • Hi @davesim,

    Thanks for reaching out!

    Go doesn’t offer the option to edit blog post metadata out-of-the-box, however, this is possible using a little bit of CSS.

    Just copy the code below and paste it into Appearance > Customize > Additional CSS, and then hit “Publish”.

    .single-post .post-author, .single-post .post-comment-link {
    	display:none;
    }

    Once you visit the page, the author and comments won’t appear anymore.

    Regarding your question about featured images – it isn’t possible to edit their appearance in blog posts in the current version of Go without using CSS workarounds.

    Let me know if this helped out!

Viewing 1 replies (of 1 total)
  • The topic ‘Update blog post template’ is closed to new replies.