By Iulian81 on
Hi! I want to remove the Rss icon located on the lower side of my first page which I see is called the "node" page. On this forum I read some solutions but they are some sort complicated like programming stuff and such. It is ridiculous that a problem so simple can't be resolved in an easy manner. Can you give me some help please?
Comments
CSS or page.tpl.php
With CSS, you can hide the feed div on the front page as this:
In PHP, you can prevent construction of the feed div on the front page. Open the file
page.tpl.phpof your theme, find this line:and replace it with:
ok thanks!
ok thanks!
Nice!
Thank you luron. I have just tried out the php answer and I am very happy with the success.
I viewed an issue post by dries a short while ago. He also is involved and aware of this poor situation regarding no control of RSS feed on front page.
Your answer is great for a quick practical interim solution.