YAFLogo

Junkin
  • Junkin
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
9 years ago
I'm looking for a feed of the latest posts in a particular forum but the feed I get doesn't order the posts by pubDate, instead it appears to order the posts by the date the original topic was posted. How can I get a feed of latest posts in the forum that are ordered by the publish date of the post?
Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
9 years ago
You only have to change to ordering in the procdeure yaf_rsstopic_list

from

order by aPosted desc

to

order by LastPosted desc