• Resolved oliverandco

    (@oliverandco)


    Hi,

    My events page RSS feed, the titles for each event item displays the events page title. The RSS title format has “#_EVENTNAME” placeholder, however no matter what I place in the title format field doesn’t change the RSS feed.

    I even tried editing the rss.php template to create a variable that will directly output the “#_EVENTNAME” placeholder, which did not work either.:

    $event_url = $EM_Event->output('#_EVENTURL');
    $event_name = $EM_Event->output('#_EVENTNAME');
    	?>
    		<item>
    			<title><?php echo $event_name; ?></title>
    			<link><?php echo $event_url; ?></link>
    			<guid><?php echo $event_url; ?></guid>
    			<description><?php echo $description; ?></description>
    		</item>

    Other than the title format everything else works fine, including the RSS description format.

    Thanks for your help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you have a sample link? seems to be working fine on my installation and also try to deactivate other plugins (temporarily) because it could be a plugin conflict.

    Thread Starter oliverandco

    (@oliverandco)

    Weird feed seems to have started working on its own! Thanks for the help though!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Events Manager] Events RSS Titles Not Working’ is closed to new replies.