RSS Feeds Not Updating
Using Jamroom
This is the code in the RSS feed
<!-- BEGIN xxOilfieldNews/item_rss.tpl -->
<?xml version="2.0"?>
<rss version="2.0">
<channel>
<title>oilfieldnews</title>
<description></description>
<link>http://roughneckcity.com/feed/oilfieldnews</link>
<lastBuildDate>Sat, 30 Apr 2016 02:06:24 CST</lastBuildDate>
The problem is that first line
<!-- BEGIN xxOilfieldNews/item_rss.tpl -->
Its not valid XML code. Its been put there because you have the developer tools setting "template name in source" turned on.
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> GLOBAL CONFIG -> template name in source
uncheck that and it will start working again.
