Here are two modules I wrote for website baker. One allows you to sort
news arbitrarily, the other allows you to post multiple groups.
Writing these is how I wiped out this very website :) I didn’t have the installer quite right at the time. If you’re installing this, back things up just in case. But they really shouldn’t break anything. I swear.
anews.zip
gnewswrapper.zip
Here is a screenshot of anews. It allows you to sort news posts by title, date, reverstitle, or reversedate. Plus everything else the news module does, as it is just an extension of that.

Here is a screenshot of gnewswrapper. It allows you to post stuff by section from arbitrary groups.

From the readme:
Although the news module is extremely versitile, it lacks an easy way to post products or data items. For example:
-if you have a website that lists various types of faculty
-if you have a page that lists your various types of products
-if you have a page that lists courses for the current term
The news module can almost handle many of these problems. However, there are several shortcomings when the news module is ued for this purpose.
1. Although entries can be reordered, they are ordered by date. It can be a pain to click the up or down arrows until you get an order tham makes sense. With products, it might be better to have the entries ordered by price, for example. For faculty it would most likely be by their name.
2. Multiple groups, and only the groups selected cannot be easily specified. See the example below.
The group wrapper and anews modules provide a solution to this problem.
Example Usage
———-
Problem: I have hundreds of faculty, council members, and staff I want to specify at various points on the webpage. I have a CS page where I want to list the CS faculty. Elsewhere on the website, I have a University Contact page where I want to list everyone.
Solution:
-Create a single anews page that stores all people. Create different groups for CS Faculty, Council Members, etc. Make this page hidden.
-Sort it as desired, probably by name
-Create a group wrapper page and add the groups that you want displayed.
Todo
———–
It’s definitely conceivable of a time where this is insufficient.
-if you want to show items, but not necessarily the whole group
-if you want to show items in an order not specified
It should be pretty easy to extend the module to include these cases
————
These modules were written by Rich Lundeen