How to reorder and display a feed to be chronological?
This should do the trick. Put the following code in your functions.php and then check out the RSS Widget. It will have an option to reverse the order of the feeds. /** * RSS widget class */ class Reverse_Widget_RSS extends WP_Widget { function __construct() { $widget_ops = array( ‘description’ => __(‘Entries from any RSS or … Read more