Title: Get start time in custom loop
Last modified: October 15, 2018

---

# Get start time in custom loop

 *  Resolved [vencavev](https://wordpress.org/support/users/vencavev/)
 * (@vencavev)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/get-start-time-in-custom-loop/)
 * Hello,
 * i would like to get start time of each event in my custom post type loop. Basicaly
   I got:
 * <?php $loop = new WP_Query( array( ‘post_type’ => ‘ai1ec_event’, ‘order’ => DESC));?
   >
    <?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
 * And I need syntax or echo call to show start time field. Is there any easy way
   to do this? It would be very helpful.
 * Thank you very much.

Viewing 1 replies (of 1 total)

 *  [Benjamin](https://wordpress.org/support/users/bsokic/)
 * (@bsokic)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/get-start-time-in-custom-loop/#post-10789124)
 * Hi [@vencavev](https://wordpress.org/support/users/vencavev/),
 * Unfortunately, due to large number of issues that support is facing, we cannot
   offer this level of guidance/support. The main purpose of this forum is for us
   to catch and address product bugs, but hopefully other users can help you. We’ll
   keep this topic open for a few days for other user to chime in if possible. Thank
   you for your understanding.
 * Best regards,
    Ben

Viewing 1 replies (of 1 total)

The topic ‘Get start time in custom loop’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/all-in-one-event-calendar.svg)
 * [Timely All-in-One Events Calendar](https://wordpress.org/plugins/all-in-one-event-calendar/)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-event-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Benjamin](https://wordpress.org/support/users/bsokic/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/get-start-time-in-custom-loop/#post-10789124)
 * Status: resolved