By Ron Jones on
Is there a Drupal mod, or a process (using CCK & computed fields for example) that will allow me to get the same outcome as this plugin for wp? http://yoast.com/wordpress/rss-footer/
Basically, I publish my RSS feed as full nodes, and I want to have a link back to the page/post on my site at the end of the body of the node, which is only visible in the RSS feed.
Comments
you can with views
Took me a while to work this out, you can theme it if your rss feed comes from views, somehow I missed the correct template file, I'd been trying variants of node.tpl.php but changes in that do not display when items are displayed rss feeds
you can change the contents of views-view-row-rss.tpl.php (copied from the views directory into your own theme), just make sure that you wrap everything up in suitable XML or your 'hello world' will only be visible if you 'view source'.
I only added a static link to mine
How to do it
Hello budgetstockphoto,
Can you please tell me how you added the static link even i want to do the same. What xml code should i add. Sorry I am novice in XML regards.
_
What am I missing? Can't you just place whatever code you want to create the link right in the view footer through the ui (Basic Settings -> Footer)?