• Hi-
    How can I remove the time stamp by the published meta info on all my adverts? Example: [Name of Author, with image], Published (16 hours ago). The “(16 hours ago)” part?

    Thanks!

    Michael

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, do you mean the author box above the category field? If so then you can hide it by going to wp-admin / Appearance / Customize / Additional CSS panel and adding there the code below

    
    .single-advert .adverts-single-box {
        display: none !important;
    }
    
Viewing 1 replies (of 1 total)

The topic ‘How to remove published time stamp’ is closed to new replies.