StyledThemes

How to remove "published on" from Archive pages

Home Forums WordPress Themes – Premium Pure & Simple How to remove "published on" from Archive pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45277
    Pamela Grice
    Participant

    I have successfully removed the “published on” date from single posts, but it is still showing below the post title on my blog and category archive pages. How would I go about removing that?

    Also, how do I remove the category information from below a title on a single post. I am using a breadcrumb bar, so the information seems redundant to me.

    Thank you for your help,
    Pam

    http://www.crochetpreneur.com

    #45300
    Sushil Adhikari
    Moderator

    Hi Pamela,

    Please add this following css on your child theme style.css or additional section of customizer.

    .entry-header .entry-meta {
        display: none;
    }

    Let us know how it works for you.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.