Gossamer Forum
Home : Products : Gossamer Links : Discussions :

<%pubDate%> not working

Quote Reply
<%pubDate%> not working

I have a "Link of the Day" plugin set up by GT (if I remember correctly):
http://www.englishclub.com/ref/idiom-of-the-day.php


The RSS Feed template is shown below.


The problem is that pubDate is not showing the correct date in the RSS feed. It actually consistently shows:
Mon, 23 Jun 2008 00:00:00 +0000


The server time is functioning correctly.


Any ideas why <%pubDate%> is not working? Many thanks...

--


<?xml version="1.0" encoding="<%config.header_charset || iso-8859-1%>"?> <rss version="2.0"> <channel> <title><%site_title%> - <%catname%> of the day</title> <link><%build_root_url%></link> <description><%catname%> of the day rss</description> <language>en-us</language> <copyright>&copy; 2012</copyright> <item> <title><%Plugins::LinkofDay::xml($Title)%></title> <description><%Plugins::LinkofDay::xml($Description)%></description> <link><%detailed_url%></link> <pubDate><%pubDate%></pubDate> </item> </channel> </rss>

Thanks,
--Jo
Subject Author Views Date
Thread <%pubDate%> not working iplay 8932 Dec 27, 2011, 4:28 AM
Thread Re: [iplay] <%pubDate%> not working
brewt 8758 Dec 27, 2011, 3:24 PM
Thread Re: [brewt] <%pubDate%> not working
iplay 8737 Dec 27, 2011, 3:28 PM
Thread Re: [iplay] <%pubDate%> not working
brewt 8750 Dec 27, 2011, 3:52 PM
Thread Re: [brewt] <%pubDate%> not working
iplay 8721 Dec 27, 2011, 4:08 PM
Thread Re: [iplay] <%pubDate%> not working
Andy 8705 Dec 28, 2011, 2:03 AM
Thread Re: [Andy] <%pubDate%> not working
iplay 8722 Dec 28, 2011, 2:32 AM
Thread Re: [iplay] <%pubDate%> not working
Andy 8675 Dec 28, 2011, 5:10 AM
Thread Re: [Andy] <%pubDate%> not working
iplay 8659 Dec 28, 2011, 6:01 AM
Thread Re: [iplay] <%pubDate%> not working
Andy 8671 Dec 28, 2011, 7:20 AM
Thread Re: [Andy] <%pubDate%> not working
iplay 8668 Dec 28, 2011, 7:31 AM
Thread Re: [iplay] <%pubDate%> not working
Andy 8682 Dec 28, 2011, 8:32 AM
Post Re: [Andy] <%pubDate%> not working
iplay 8663 Dec 28, 2011, 8:47 AM
Post Re: [Andy] <%pubDate%> not working
iplay 8686 Dec 28, 2011, 2:42 AM