Subscribe2 and The Events Calendar
-
If anyone is looking for the ability to subscribe to calendar categories, but can’t figure it out, use the below code with the Subscribe2 plugin installed.
<?php function my_taxonomy_types($taxonomies) { $taxonomies[] = 'tribe_events_cat'; return $taxonomies; } add_filter('s2_taxonomies', 'my_taxonomy_types'); ?>
Just copy and paste this into a .php file and upload it to it’s own folder in the plugins directory. Make sure you activate the new plugin that you just created and it should work.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Subscribe2 and The Events Calendar’ is closed to new replies.