How to Make your RSS Feeds Pop in Wordpress
I got this idea from reading Darren Rowse’s entry, How to Make Your RSS Feeds POP Using Images
The hack will add a nice graphic to accompany your RSS feeds to make it “POP”.
First open the wp-rss2.php file located in the root directory of your Wordpress Installation.
Find a line that have something like this.
-
-
<generator>http://wordpress.org/?v=<?php bloginfo_rss(’version’); ?> </generator>
-
-
Then add these lines directly below it.
-
-
<image>
-
<url>http://yourwebsite.com/img/feedpop.png</url>
-
<title>Your website name </title>
-
<link>http://yourwebsite.com/</link>
-
</image>
-
upload the file back to the webserver, and you shall have an RSS feed with a nice graphic on it.
example : http://blog.fakap.net/rss.xml
Why dont you use Wordpress Plugins
Using excessive plugins may slow down your Wordpress blog installation, upgrades tends to be troublesome on plugins-ladden Wordpress blog.
Tags: wordpress, blog, feeds, feedvertising, rss, atom, darren rowse













[...] How to Make your RSS Feeds Pop in Wordpress [...]