Hi all,
I have a resources download page that has the navigation in the left hand navoigation, and then displays the content in the left frame based upon the category chosen in the menu. Page can be seen here:-
http://www.duralanglican.org.au/index.php/resources/
I need to be able to order the navigation menu such that…
* the parent categories are in a set order
* but the child categories are ordered from most recently created to oldest
In the example of the “Sermons and Talks” sub-category, this would mean that as new sub cagtegories are created each month or so, the new sermon series would be displayed at the top of the navigation list etc.
Below is the current code driving the navigation menu. Any help on how I would accommodate this type of ordering would be very appreciated.
Cheers,
Matt
Sidebar Navigation
******************
<div id="resourcessidebar">
{exp:weblog:categories weblog="resources" rdf="off"}
<a href="http://{path=resources/download}">{category_name}</a>
{/exp:weblog:categories}
</div>