Title: Hide published date
Last modified: January 21, 2019

---

# Hide published date

 *  Resolved [sulive](https://wordpress.org/support/users/sulive/)
 * (@sulive)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/hide-published-date/)
 * Hi Greg,
 * How do I hide the published date when using the shortcode: [adverts_list list_type
   =”featured”]?
    So I only want the title and the thumbnail to be shown.
 * Thanks
    Sylvia

Viewing 1 replies (of 1 total)

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/hide-published-date/#post-11111975)
 * In wp-admin / Appearance / Customize / Additional CSS panel add the code below
 *     ```
       page-id-1000 .adverts-list span.advert-date {
           visibility: hidden;
       }
       ```
   
 * Where 1000 is the ID of the page on which you are using this shortcode.

Viewing 1 replies (of 1 total)

The topic ‘Hide published date’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/hide-published-date/#post-11111975)
 * Status: resolved