[Plugin: Events Manager] RSS template applied to event categories
-
I’m looking for a way to apply the RSS template that appears at https://example.com/events/rss to https://example.com/events/categoryname/rss. Is this possible?
Would it be as simple as changing this line in em-rss.php?
if ( !empty($_REQUEST['dbem_rss']) || (is_object($post) && $post->ID == get_option('dbem_events_page') && $wp_query->get('rss')) ) {
I just don’t know what I would need to reference to get it to apply to the category listings. Could someone with some PHP background shed some light on this? Thanks.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘[Plugin: Events Manager] RSS template applied to event categories’ is closed to new replies.