• Thanks for the great Plugin first. Next I’m having some issues, I would like to show a rss feed for all events as well as single events to sync up with ical, Outlook, etc. I have taken a look at the documentation with short codes ( [events_url] [events_rss_link] [events_rss_url] )

    Im wondering if this has anything to do with permalinks being set to default?

    Is my question asking to much of Event Manager? Wrong Plugin?

    http://wordpress.org/extend/plugins/events-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    it should work either way, do the shortcodes not work?

    I think I’m looking for something similar, I’d like to get an RSS feed of events belonging to just one category. I tried:
    [events_rss_url category=”2″]
    but that doesn’t seem to work. Can I use any attributes to get RSS feeds, or is there another way around this?
    Help is greatly appreciated!

    Actually, I found the answer, you need to change line 22 in templates/rss.php to be:
    $EM_Events = EM_Events::get( array(‘scope’=>’future’, ‘owner’=>false, ‘category’=>$_GET[“category”]) );
    and your feed address to be:
    [events_rss_url]?category=3
    so your feed will show only items from category 3.
    Thanks for the awesome plugin!

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Yes, that’ll work. Check out the docs on using template files to make that upgrade-safe.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Events Manager] Help with RSS’ is closed to new replies.