How to insert ONLY attendees list

Home Forums Calendar Products Events Calendar PRO How to insert ONLY attendees list

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1125685
    Cesar
    Participant

    Hi guys,
    I want to show the attendees list within the body of the event so I use <?php do_action( ‘tribe_events_single_event_after_the_meta’ ) ?> to do it. However, it is always follow by RSVT and WooCommerce tickets. How can I separe tickets from Attendees list please?

    This is my code:
    single-event.php

    div class="infos">
    <div class="inner">
    <div class="content">

    À propos de cet évènement

    <?php the_content(); ?>
    <div class="participants">


    Participants
    <?php do_action( 'tribe_events_single_event_after_the_meta' ) ?>
    <?php //DISPLAY CLIENT INSCRIT
    $participants = $wpdb->get_results("

    This is what I’m getting:
    Error

    #1125689
    Cesar
    Participant

    This reply is private.

    #1126088
    George
    Participant

    This reply is private.

    #1132962
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to insert ONLY attendees list’ is closed to new replies.