Hi There, I am using SimplePie to display my Delicious bookmarks. I have tried searching everywhere for the answer and have tried a couple of things that seemed like they might work...but nothing has yet. I would like to display the list of links in alphabetical order.
I have tried the php "array_reverse" function, which did reverse them, but didn't happen to put them in alphabetical order. I have tried adding the following line to the file that calls the feed: $feed->order_by_date(false); If anyone could help me out with this, I would sincerely appreciate it. Thank you. MJ
