• Resolved sammyj

    (@sammyj)


    I have a dedicated page for Posts. The listing shows the dates of each post. How do I hide the date? I’ve used the “Old Date” plugin but it isn’t compatible with my theme. I can’t find the ‘php the_date’ code on any page.

    https://www.sammyjballoons.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • esmi

    (@esmi)

    What theme are you using? Where did you download it from?

    Thread Starter sammyj

    (@sammyj)

    The theme is a custom theme designed based on a WordPress template. The “Posts” page is a standard plugin page.

    innuvo

    (@innuvo)

    Add this into your style.css file if using a child theme or in a “custom CSS” area:

    .meta-date {
      display: none;
    }

    I presume what you mean is teh date on the “news” page? If so, then the above is what you will need

    Thread Starter sammyj

    (@sammyj)

    WOW! That worked perfectly! Thank you very much for the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove Post date on post directory page’ is closed to new replies.