Viewing 10 replies - 1 through 10 (of 10 total)
  • yes that’s possible, you can add that by editing rss template but first copy the template to your theme wp-content/themes/yourtheme/plugins/events-manager/templates/rss.php then add a placeholder like #_EVENTDATES

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

    Thread Starter sondi2011

    (@sondi2011)

    Good day,
    many thanks for the quick reply. Nochmlas have a problem
    I think wp-content/themes/yourtheme/plugins/events-manager/templates/rss.php
    not with me there is only / wp-content/plugins/events-manager/templates/templates/rss.php is the same file?
    Unfortunately I’m not very good in php what I need to use as well? many thanks dear for their efforts

    you need to copy this file:
    /wp-content/plugins/events-manager/templates/templates/rss.php

    to your theme folder

    /wp-content/themes/YOUR_THEME/plugins/events-manager/templates/rss.php if the folder does not exist then you need to create one then at line 27 of that file which is $event_url = $EM_Event->output('#_EVENTURL'); you can add similar code like $event_date = $EM_Event->output('#_EVENTDATES');

    Thread Starter sondi2011

    (@sondi2011)

    Hello
    Unfortunately I still do not quite understand. I’ve edited rss.php but without success.
    I want to put the eventdate of <pubDate> Show. my previous code
    [Code moderated as per the Forum Rules. Please use the pastebin]

    I’m on the right track?
    Unfortunately I have no php experience just a little html, and I would love to solve this problem
    many thanks for your kind help

    yes, and you can also change the date format to $event_start_date = $EM_Event->output('#j #M #y'); then you can test it with rss link https://domain.com/events/rss/

    Thread Starter sondi2011

    (@sondi2011)

    wow many thanks for the quick reply.
    Unfortunately it is not spent in the feed

    RSS Feed:

    Sample with Young notes (event title)

    20:15 to 22:00 Lutzenberg community room (former Schiesslockal) schoolhouse Gitzbüchel 9426 Lutzenberg (event description)

    I want it like this:

    Sample with young notes
    (event date)
    20:15 to 22:00
    Community room Lutzenberg (formerly Schiesslockal)
    Schoolhouse Gitzbüchel
    9426 Lutzenberg

    link for the feed https://mv-lutzenberg.ch/veranstaltung/rss

    try to remove the space in <pubDate># j # M # y</pubDate> should be $event_start_date = $EM_Event->output('#j #M #y');

    Thread Starter sondi2011

    (@sondi2011)

    Unfortunately, it’s still not enough. I still must make settings in EventManager events -> Settings-> format / layout?

    see you soon

    Thread Starter sondi2011

    (@sondi2011)

    Hello agelonwl
    thousandthanks times for your great support. it works
    wish you all the best maybe until next time
    greeting
    sondi2011

    that’s great.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Events Manager RSS Feed’ is closed to new replies.