[Plugin: Events Manager] Event Template Tags
-
Hi,
i′m using WP_Query to display events on a page, like this:$my_query = new WP_Query( array( 'post_type' => 'event' ) ); while ($my_query->have_posts()) : $my_query->the_post();
i can show the event′s categories and title via the_category() & the_title(), but how do i display the event′s date and other fields?
haven′t found a list of the template tags in the documentation.
thanks in advance!
flo
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Events Manager] Event Template Tags’ is closed to new replies.