| Can't change rss feed title
Hi Chuck
I don't want the title of my feed to be 'webname' so i replaced
$rss->title = $Globals['webname'];
with
$rss->title = "My rss feed title";
The strange thing is that on the feeds' page the title has changed BUT on the page i display the feed (even after deleting the script and uploading it again) and on My Yahoo i still get the webname...
Is it also possible to add a "space"?
I get:
Posted by: usernameReview: .................................
instead of
Posted by: username Review: .................................
Thank you very much
|