How can I remove the RSS icon in the footer?
Is the method similar to removing the blogroll? I would also like to do that.
How can I remove the RSS icon in the footer?
Is the method similar to removing the blogroll? I would also like to do that.
Just remove following line from footer.php:
<li class='rss'><a class='ie6fix' href="<?php bloginfo('rss2_url'); ?>">RSS</a></li>
The Dude
You must log in to post.