Title: multipla dates display
Last modified: February 5, 2024

---

# multipla dates display

 *  Resolved [mareve78](https://wordpress.org/support/users/mareve78/)
 * (@mareve78)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/multipla-dates-display/)
 * Hello, I have a website on Elementor pro. I am using pods and I have created 
   a custom date type field. This field is repeatable. i want the user to select
   multiple dates for the custom post type when the event will take place. But I
   am unable to display it on the frontend. I have a “text field” widget in elementor
   with a dynamic value with a reference to the pods – date. It always pops up a“
   fatal error”. How can I display the list of dates? The shortcode doesn’t work
   either.
 * Translated with DeepL.com (free version)
    -  This topic was modified 2 years, 4 months ago by [mareve78](https://wordpress.org/support/users/mareve78/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jory Hogeveen](https://wordpress.org/support/users/keraweb/)
 * (@keraweb)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/multipla-dates-display/#post-17418091)
 * Hi [@mareve78](https://wordpress.org/support/users/mareve78/)
 * I doubt Elementor is compatible with repeatable fields for dates. I believe Elementor
   handles dates as single values.
 * You could use a shortcode from Pods to display a list, for example:
 *     ```wp-block-code
       [pods field="your_field_name"]
       ```
   
 * Or each use a custom Pods template to display your field:
 *     ```wp-block-code
       [pods]
           [if your_field_name]
           <ul>
           [each your_field_name]
               <li>{@_value}</li>
           [/each]
           </ul>
           [/if]
       [/pods]
       ```
   
 * Cheers, Jory

Viewing 1 replies (of 1 total)

The topic ‘multipla dates display’ is closed to new replies.

 * ![](https://ps.w.org/pods/assets/icon.svg?rev=3286397)
 * [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pods/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pods/)
 * [Active Topics](https://wordpress.org/support/plugin/pods/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pods/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pods/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jory Hogeveen](https://wordpress.org/support/users/keraweb/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/multipla-dates-display/#post-17418091)
 * Status: resolved