• Resolved joeborders

    (@joeborders)


    Hello again! I’ve had a few people get confused about this:
    on pages that list adverts, the advert summary displays the date the advert was published. When it comes to adverts for events, people keep thinking this is the date the event occurred. Is there any way we could add something like “published on” in front of these dates?

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

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

    (@gwin)

    Hi,
    hmm currently one way to do that without modifying original files would be to go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below

    
    .adverts-list span.advert-date:before {
        content: "Published ";
    }
    
Viewing 1 replies (of 1 total)

The topic ‘display dates as published dates?’ is closed to new replies.