↧
Answer by EAMann for Give extra post-meta to RSS feeds
WordPress uses SimplePie for reading feeds, not for generating feeds. You're looking at two different things here:You want to output your custom post meta in an RSS feed.You want to read that custom...
View ArticleGive extra post-meta to RSS feeds
I'm trying to extend an RSS feed to output some post-meta from my website.I have an 'event_date' meta-key and I need to order by this as opposed to the RSS standard publish date, which I know how to do...
View Article