View Single Post
03-06-2011, 11:18 AM
#3
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

It looks like the fetch_rss() (which uses MagpieRSS) function is deprecated, with fetch_feed() (uses SimplePie) being the preferred alternative. Then, inside your loop, you'd use $item->get_date().

The function reference has a good example:
http://codex.wordpress.org/Function_...nce/fetch_feed