Title: Shortcode for time
Last modified: July 12, 2022

---

# Shortcode for time

 *  [funkiplanet](https://wordpress.org/support/users/funkiplanet/)
 * (@funkiplanet)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/shortcode-for-time/)
 * I want to take the time out of the past events we are showing on a page. Is there
   a shortcode for that?
 * Here’s what I’ve got so far:
 * [vsel-past-events posts_per_page=”5″ no_events_text=”Please check back soon for
   updates”]
 * Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-for-time%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/shortcode-for-time/#post-15820988)
 * Hi,
 * Yes, but you should use a CSS fix for that. On the CSS page in the Customizer
   of your dashboard. With that you can hide time on that page alone.
 * Currently I’m not able to inspect your site (holiday), I will reply with a fix
   at the end of this week.
 * Guido
 *  Thread Starter [funkiplanet](https://wordpress.org/support/users/funkiplanet/)
 * (@funkiplanet)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/shortcode-for-time/#post-15854521)
 * Thanks. I appreciate the help.
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/shortcode-for-time/#post-15855622)
 * Sorry, forgot to reply but again on a short trip. Will reply again at the end
   of this week.
 * Meanwhile try this, add this at page Extra CSS of the Customizer.
 *     ```
       .vsel-shortcode-past-events .vsel-meta-time {display:none;}
       ```
   
 * This will hide time when using the past events shortcode.
 * Guido
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/shortcode-for-time/#post-15868984)
 * Hi again,
 * Does my fix work?
    If you only want to use this fix for the page you’ve added
   in your first post, you can use a page prefix:
 *     ```
       .page-id-1613 .vsel-shortcode-past-events .vsel-meta-time {display:none;}
       ```
   
 * Guido

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

The topic ‘Shortcode for time’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [Guido](https://wordpress.org/support/users/guido07111975/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/shortcode-for-time/#post-15868984)
 * Status: not resolved