Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    It can be hidden with CSS:

    ul.job_listings li.job_listing li.date { display: none; }

    This can either go in your theme stylesheet, or can be added using a plugin (Jetpack includes a CSS editor).

    Thanks

    Thread Starter olivmich

    (@olivmich)

    Perfect! Worked great. Thanks!

    Donna

    hi, this worked well on the job listings page but the job advert itself still shows when it was posted:

    Permanent London Posted 3 hours ago

    Any ideas?

    Cheers

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Single would be:

    .single_job_listing .meta .date-posted { display: none; }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Date from Meta’ is closed to new replies.