Title: Hide Date Published
Last modified: November 13, 2018

---

# Hide Date Published

 *  Resolved [Michael Musgrove](https://wordpress.org/support/users/webyip/)
 * (@webyip)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/hide-date-published/)
 * Hi – I’ve asked this question before, and the solution seemed to have worked…
   for a while. The solution was to add “display: none!important” to the .adverts-
   single-author-name class. This no longer seems to be working. I’ve flushed my
   browser and DNS cache thinking I just had an old version stuck in there, but 
   that didn’t remedy it either.
 * How can I permanently remove the “Published: (X Days ago)” information?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-date-published%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/hide-date-published/#post-10878518)
 * Hi,
    it seems the solution worked for you for a while only because you have added
   the code which hides the date in the adverts-frontend.css file which is overwritten
   on each WPAdverts update.
 * You need to add the code below in wp-admin / Appearance / Customize / Additional
   CSS panel to make the change permanent.
 *     ```
       .adverts-single-author-name {
           display: none!important;
       }
       ```
   
 *  Thread Starter [Michael Musgrove](https://wordpress.org/support/users/webyip/)
 * (@webyip)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/hide-date-published/#post-10880439)
 * Your support for your plugin is impressive. Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide Date Published’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [date](https://wordpress.org/support/topic-tag/date/)

 * 2 replies
 * 2 participants
 * Last reply from: [Michael Musgrove](https://wordpress.org/support/users/webyip/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/hide-date-published/#post-10880439)
 * Status: resolved