Teresa Rickard Profile Topics Started Replies Created Search replies: Forum Replies Created Viewing 3 posts - 1 through 3 (of 3 total) Author Posts July 6, 2018 at 10:44 am in reply to: Passing a template's category to the tribe_events_list shortcode #1569495 Teresa RickardParticipant I figured it out. This is what I was hoping to accomplish and it works great: echo do_shortcode( ‘[tribe_events_list category=”‘ . get_the_title() . ‘” limit=”4″]’ ); July 5, 2018 at 5:23 pm in reply to: Passing a template's category to the tribe_events_list shortcode #1568769 Teresa RickardParticipant Hey, I figured it out! This is what I was looking for: echo do_shortcode( ‘[tribe_events_list category=”‘ . get_the_title() . ‘” limit=”4″]’ ); July 5, 2018 at 4:20 pm in reply to: Passing a template's category to the tribe_events_list shortcode #1568737 Teresa RickardParticipant There’s no limit argument for tribe_events_list? I don’t want a full calendar, just a list of events on different pages with different categories (as is attached). Author Posts Viewing 3 posts - 1 through 3 (of 3 total)