RANDY Profile Topics Started Replies Created Search replies: Forum Replies Created Viewing 3 posts - 16 through 18 (of 18 total) ← 1 2 Author Posts November 16, 2016 at 10:27 am in reply to: Pulling Past and Upcoming Event In Single Event Page #1193339 RANDYParticipant 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. November 16, 2016 at 8:13 am in reply to: Pulling Past and Upcoming Event In Single Event Page #1193148 RANDYParticipant 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″] November 15, 2016 at 8:27 am in reply to: Getting Organizer Content #1192451 RANDYParticipant 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; ?> Author Posts Viewing 3 posts - 16 through 18 (of 18 total) ← 1 2