• annabelclark

    (@annabelclark)


    I am using the Brunelleschi theme and am trying to figure out how to get rid of the words “Posted On”.
    I still want the date to appear under the title, just without “Posted On”.

    I also figured out how to disable comments, but the words “Comments Off” still appear in my first post.

    https://www.annabelclark.net/blog

Viewing 1 replies (of 1 total)
  • vtxyzzy

    (@vtxyzzy)

    First, you should use a Child theme. If you do not, your changes will be lost if you update the theme.

    Try adding this to the end of your child theme style.css for the ‘posted on’:

    span.meta-prep-author { display: none; }

    If you never want anything about comments, add this to the end of style.css:

    span.comments-link { display: none; }
Viewing 1 replies (of 1 total)
  • The topic ‘Get rid of words "Posted on" and "Comments Off"’ is closed to new replies.