Hello, I would like the titles in my rss feed to point to the details page of the link instead of going to the actual link. How would I go about doing this? I tried poking around in the templates, but couldn't figure out how to do it. Would appreciate any help.
There are two ways to do it: 1) If you only want this for some feeds, just use rssfeed.php?usedetails=1 2) If you want to force all feeds to link to the details, add a line
Comments on how to change link in rss feed?
Beginner
Usergroup: Customer
Joined: Jan 10, 2004
Total Topics: 3
Total Comments: 3
Hello,
I would like the titles in my rss feed to point to the details page of the link instead of going to the actual link. How would I go about doing this? I tried poking around in the templates, but couldn't figure out how to do it.
Would appreciate any help.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
There are two ways to do it:
1) If you only want this for some feeds, just use rssfeed.php?usedetails=1
2) If you want to force all feeds to link to the details, add a line
$usedetails = 1;
to tweaks.php. See scripts.webmastersite.net/w...rticles/tweaksphp-359.html for an explanation of how to create tweaks.php.