Monthly Archives: October 2014

Magento Extensions
Blank Image

How to change the sort order in AW Blog for Magento

Lots of people seem to have an issue with the post order when using the AW blog extension on Magento. Here’s a way to change the sort order so your latest post shows up first. In /app/code/community/AW/Blog/Block/Product Toolbar.php Look at Line 77 and change return ‘asc’; TO return ‘desc’; That did it for us. Magento […]...