• Resolved vencavev

    (@vencavev)


    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)
  • Hi @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.