RANDY

Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • in reply to: Pulling Past and Upcoming Event In Single Event Page #1193339
    RANDY
    Participant

    Hi Cliff,

    I noticed that would be the case after searching through tons of posts regarding this feature.

    I will go ahead and do that, thanks.

    in reply to: Pulling Past and Upcoming Event In Single Event Page #1193148
    RANDY
    Participant

    Hi Cliff,

    Thanks for pointing out that section.

    I am looking at the shortcodes and it doesn’t give the option to provide an event list on past events?

    This is the shortcode I’m looking at: [tribe_events_list limit=”10″]

    in reply to: Getting Organizer Content #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;
    ?>

Viewing 3 posts - 16 through 18 (of 18 total)