• Hi all

    I am trying to figure out why my RSS feed is empty, not showing any events.

    I am using the latest version of EM to date (free)
    Can you point out a few possible reasons why the feed is not picking up the events

    I am using the following RSS settings:
    RSS title format #_EVENTNAME
    RSS description format #j #M #y – #H:#i
    #_LOCATION
    #_ADDRESS
    #_TOWN #_EVENTICALLINK

    I am not using the default permalinks, but month / day permalinks

    http://ww.wp.xz.cn/extend/plugins/events-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter elenazvarici

    (@elenazvarici)

    Sorry I forgot to add the link to my feed : http://bit.ly/yzYznu

    I tried your settings and its working fine on me, can you try to revert to default theme or deactivate other plugins to make sure that there’s no conflict between one of those.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    could it be your events are all past?

    Thread Starter elenazvarici

    (@elenazvarici)

    Omg yes, but isn’t it supposed to also pick up past events ?
    Like any feed also shows past posts …

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    normally, yes, but since events are time-concious, it usually doesn’t make sense to leave past events on there.

    However, it’s quite easy to change this. Copy templates/templates/rss.php to yourtheme/plugins/events-manager/templates/rss.php

    and modify this line:

    $EM_Events = EM_Events::get( array('scope'=>'future', 'owner'=>false) );

    change future to ‘all’ or ‘past’.

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

The topic ‘[Plugin: Events Manager] RSS feed is empty’ is closed to new replies.