• Hi!
    I would really like to remove the date underneath each post title but unfortunately I’m completely unfamiliar with WordPress and CSS..
    I have added a custom CSS and already added some code to remove the “posts in category” and that is actually working with this:

    .archive-title {
      display: none;
    }

    But I cannot find a way to remove the date of the post and tried everything I could fine online so I’m hoping someone can help me with this.
    Thank you!

The topic ‘Remove date from posts’ is closed to new replies.