• Hi! I’m using version 5.0b2.
    I created some events and now I would like to read them using rss.
    In Settings-> Formats/Layout I found how to configure rss feed.
    But there are just the fields Title and Description.
    I’d like to add more fields and not to put all my tags (like #_24HSTARTTIME or #_EVENTIMAGEURL) in the Description field.
    Is this possible?

    And another short question: is it possible to read the rss feed that contains only the events of a specific day?

    Thanks you,
    Luca

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sinistar

    (@sinistar)

    For the second question I found a solution: modify the file templates/rss.php with
    $EM_Events = EM_Events::get( array(‘scope’=>$_GET[“scope”], ‘owner’=>false) );
    so that I can set the scope.

    For the first question I still have no idea how to solve the problem… well maybe I can modifying again rss.php… but I’m not sure it’s the best thing, but for now I think there is no other solution, am I right?
    thanks

    yes, you can modify the rss template but also you can check-out the rss settings in EM.

    http://wp-events-plugin.com/documentation/placeholders/

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    move that file to yourtheme/plugins/events-manager/templates/ and you can upgrade safely keeping your modifications

    Thread Starter sinistar

    (@sinistar)

    Ok thank you!
    great plugin!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Events Manager] More fields on rss?’ is closed to new replies.