Title: Hide desciption in shortcode
Last modified: September 1, 2016

---

# Hide desciption in shortcode

 *  Resolved [gabeelliott](https://wordpress.org/support/users/gabeelliott/)
 * (@gabeelliott)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/hide-desciption-in-shortcode/)
 * Great plugin.
 * I’ve created an event list page and also added to the blog ride rail widget.
 * Is there a way to hide the description and only who the title and date via a 
   shortcode. For reference, the idea is to show a few events on the home page but
   with the event titles and dates only.
 * [https://wordpress.org/plugins/very-simple-event-list/](https://wordpress.org/plugins/very-simple-event-list/)

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

 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hide-desciption-in-shortcode/#post-7491871)
 * Hi,
 * Not via the shortcode but you should do this via CSS.
 * To only hide this on homepage, you should get the class from the homepage or 
   homepage-widget, and use this:
 *     ```
       .myclass #vsel .vsel-info {display:none;}
       .myclass #vsel .vsel-meta-time {display:none;}
       .myclass #vsel .vsel-meta-location {display:none;}
       .myclass #vsel .vsel-meta-link {display:none;}
       ```
   
 * The homepage often has class “home”. Replace the “myclass”.
 * Add this code on your custom style page of your theme or via a [custom style](https://wordpress.org/plugins/very-simple-custom-style/)
   plugin.
 * Guido
 *  Thread Starter [gabeelliott](https://wordpress.org/support/users/gabeelliott/)
 * (@gabeelliott)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hide-desciption-in-shortcode/#post-7491916)
 * That worked.

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

The topic ‘Hide desciption in shortcode’ is closed to new replies.

 * ![](https://ps.w.org/very-simple-event-list/assets/icon-256x256.png?rev=1415754)
 * [VS Event List](https://wordpress.org/plugins/very-simple-event-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/very-simple-event-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/very-simple-event-list/)
 * [Active Topics](https://wordpress.org/support/plugin/very-simple-event-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/very-simple-event-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/very-simple-event-list/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [gabeelliott](https://wordpress.org/support/users/gabeelliott/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/hide-desciption-in-shortcode/#post-7491916)
 * Status: resolved