Tag Archives: rss reader

Copy/paste php code in Wordpress articles

feature_image_wordpress_plugin

When I wrote about the fastest way to create a rss feed using php and a mysql database in 30 minutes, I have told you that I’ll find a plugin to paste the code directly into wordpress and I did find one. Actually there are 2 plugins. Just read and you will see why.

The first one, Syntax Highlighting WordPress Plugin it’s good choice if you will not paste html code. As you may see in this post, SH WP Plugin worked for me just fine, although it had a little error when I used the title tag. This being told, please remove the space in the title tag :-p.


Read more

Creating a rss feed using php and a mysql database in 30 minutes

I will start this article quoting Wikipedia in order to share some terms definitions with all of my readers.

RSS
RSS is a family of Web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.

Downloadwin.com RSS Feed

Downloadwin.com RSS Feed


Read more