A small little tiny hack very useful if you want to use RSS / RDF news feeding.

This work based on the “MagpieRSS” RSS/RDF processor. I just create a small interface for WP.

Several functions are already ready :

  • Show all RSS news from the RSS table (only title) : ShowAllRss($MaxRss=10)
  • Show one RSS News from the RSS Table (only title) : ShowRSS($RssID=1,$MaxRss=10)
  • View all RSS news from the RSS table (title + Description) : ViewAllRSS($MaxRss=10)
  • View one RSS news from the RSS table (title + Description) : ViewRSSEntry($RssID=1, $MaxRss=10)

Write me a line to have the code.

Comments are closed, but trackbacks and pingbacks are open.