Removing user name from news posts

  • Unknown's avatar

    Could someone tell me if and how it might be possible to remove my name from news posts i am posting in the above website? I would like the posts to be anonymous if possible?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    It’s a bit tricky with your theme as the word “by” is included in the text string including the post date.

    You can remove the author and date by adding this code to the CSS section of your site customiser:

    .post-meta .align-left {
      display: none;
    }

    and I think that’s about as close as you can get.

  • The topic ‘Removing user name from news posts’ is closed to new replies.