Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #328356
    cindy
    Participant

    I’ve been changing how my published and updated date appear on my posts using php and css. My posts look perfect.

    BUT I’ve been unable to ELIMINATE publication dates on my pages (including my homepage!). I don’t want any dates to show on those pages. How do I make them go away?

    https://explorationvacation.net/

    Thanks.

    #328372
    tikaram
    Keymaster

    @thetravelgal : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

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

    Regards,
    Tikaram

    #328462
    cindy
    Participant

    Perfect. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove dates from home page and other pages (NOT from posts)’ is closed to new replies.