Getting Organizer Content

Home Forums Calendar Products Events Calendar PRO Getting Organizer Content

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1192446
    RANDY
    Participant

    Hi there,

    I’m trying to get the organizer’s <?php the_content(); ?>, but I’m having issues grabbing it.

    This is a for a custom single event page template.

    What should I be putting for the code?

    • This topic was modified 9 years, 5 months ago by RANDY.
    #1192451
    RANDY
    Participant

    Nevermind I’ve fixed it.

    Here is the code in case anyone else wants it.

    <?php
    $organizer_id = tribe_get_organizer_id();
    $post = get_post($organizer_id);
    $content = apply_filters(‘the_content’, $post->post_content);
    echo $content;
    ?>

    #1192915
    Nico
    Member

    Hey Randy,

    Thanks for getting in touch with us and for sharing the actual solution you found for your inquire 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Getting Organizer Content’ is closed to new replies.