Home › Forums › Calendar Products › Events Calendar PRO › Events to RSS feed
- This topic has 5 replies, 2 voices, and was last updated 11 years, 1 month ago by
Geoff.
-
AuthorPosts
-
January 26, 2015 at 2:45 pm #937826
Bill
ParticipantGeorge you wrote me the following
George
January 26, 2015| Permalink
Hey Bill,I’m not quite sure what your last reply is asking, but the function
1
events_rss2_namespace()
is not a function from anywhere in any Modern Tribe plugin.For issues related to FeedPress or other plugins on your site, your best bet is to contact customer support for those specific products.
Since we’ve resolved some of your original questions here, I’m going to go ahead and close this ticket for now. If you have other issues that pop up and are directly because of The Events Calendar or Events PRO itself, don’t hesitate to come back and open up a new ticket.
Thanks,
GeorgeI reply
I find it odd that events_rss2_namespace() is not considered a legitimate call for Tribe EVENT PRO.
It is clearly shown at https://theeventscalendar.com/knowledgebase/rss-feed/ to include start and end dates.
// Add Tribe Event Namespace
add_filter( ‘rss2_ns’, ‘events_rss2_namespace’ );Whether I actually needs to add this I don’t know, but there it is.
I was also sent a snip from support on a possible way to call a specific event category for the
January 26, 2015 at 4:48 pm #937862Bill
ParticipantI have got this to work per the rss-feed post
//* ADD TRIBE FEATURED EVENTS TO RSS function add_events_to_rss_feed( $args ) { if ( isset( $args['feed'] ) && !isset( $args['post_type'] ) ) $args['post_type'] = array('post', 'tribe_events'); return $args; } add_filter( 'request', 'add_events_to_rss_feed' );I know support can’t help anymore, but if anyone can please give me clue about how to add something like
if ( ! tribe_is_event() && is_tax('featured-events-calendar') ) return;So I can have only a certain category of events be added instead of all, then I can have just important events go to feed rather than all and recurring.
Any help from the TEC community would be greatly appreciated.
January 27, 2015 at 8:06 am #938083Geoff
MemberHi there, Bill! I’ll leave this thread open for a little while to see if any tips come in from the community. Keep us posted if you hit any progress.
Cheers!
GeoffJanuary 30, 2015 at 9:59 am #939066Bill
ParticipantThis reply is private.
January 30, 2015 at 1:09 pm #939111Geoff
MemberHi there, Bill! Thanks for following up.
That certainly sounds like a reasonable workaround. Admittedly, I am unfamiliar with the FeedPress plugin and have not worked with it. I would suggest testing that method out and reaching out to the FeedPress team for specific guidance on how the plugin aggregates its feeds based on the settings that are selected.
Cheers!
GeoffFebruary 17, 2015 at 8:15 am #943067Geoff
MemberHey there, Bill! I’m going to go ahead and close this thread since it’s been pretty quiet for more than a couple of weeks. Please feel free to start a new one if any other questions come up and we would be happy to help out.
Cheers!
Geoff -
AuthorPosts
- The topic ‘Events to RSS feed’ is closed to new replies.
