RRS Feed Not Working Properly


Author Message
Ken Black

Posted: 6/4/2009
Quote message 

Hi, for all the Artisteer sites I create, when I click on the RSS feed button at the bottom left of the screen, the page that comes up is http://mysiteurl/feed/ instead of http://mysiteurl/feed/rss and the title at the top of the page is "Untitled". How can I adjust the template so the feed appears properly with the correct url and that will allow me to name the page instead of "Untitled" ?

Your help would be greatly appreciated.

Thank you,

Ken
 
Ken Black

Posted: 6/4/2009
Quote message 

I should add that the feed looks okay in Firefox, but does not in IE. However, the page is still http://mysiteurl/feed/ - not sure which format is correct, although this one in Firefox also shows the adsense manager code at the beginning.
 
Jason

Posted: 7/29/2009
Quote message 

I have this problem too.

Anyone got an answer?

Thanks
Jase
 
Andy

Posted: 2/1/2010
Quote message 

Would that be considered part of the CSS template that Artisteer creates? Templates are for styling, not content, so I'm thinking perhaps not.

Artisteer just creates a blank link to an RSS icon of your choice - there is no coding behind it, that would be considered content and is up to you to code into your website.

Find the line that reads something like:
<a href="#" class="art-rss-tag-icon" title="RSS"></a>
change it to something like:
<a href="http://www.yourwebsiteroot.com/RSS-feed.xml" class="art-rss-tag-icon" title="RSS - your RSS message here"></a>

Then you'd need to create RSS-feed.xml (the file your linking to above) and include it in your root directory. There's info on the web for this, it's not difficult.

Andy
 
Garry

Posted: 6/24/2010
Quote message 

Are you exporting an HTML template or using a CMS ?