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)
Viewing 1 replies (of 1 total)
- The topic ‘Get start time in custom loop’ is closed to new replies.