Yes, you can sort by any field in the WP-posts table or the custom field table.
Yes, in the options page you can choose a default sort direction from any of your selected fields.
The plugin is widgetized and you can simply add the widget to your side bar.
Alternatively you can call the sort dropdown any where in you theme by including the following. ‹?php if (classexists('WPSmartSort')) { $wpss = new WPSmartSort(); if (methodexists($wpss,'placesort')) { $wpss->placesort(); } } ?›




