If you want to have your rss feeds sorted in the way qa does it, then you have to add the following line to qa-feed.php:
$lines=array();
$lines[]='<?xml version="1.0" encoding="UTF-8"?>'; $lines[]='<rss version="2.0">'; ! $lines[]='<cf:treatAs xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005">list</cf:treatAs>'; $lines[]='<channel>';
If you dont do it your feeds will be sorted by IE in a reverse chronical order.
Oliver
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.