• I had to add date tags to pages for SEO. I want to hide the date and time in pages only. I know the code for hiding it on posts is:

    .single-post .entry-date {
      display:none;
    }

    What is the code for pages only? Is it .page?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter Dan14

    (@dan14)

    I managed to fix it myself. For the benefit of future people that also want to know how to do this:

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

    Add it to your style.css

    Please than so I know it was worth my time providing the solution.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Date and Time Only in Pages, Not Posts’ is closed to new replies.