开发者 | Dyasonhat |
---|---|
更新时间 | 2009年3月6日 22:23 |
PHP版本: | 2.5 及以上 |
WordPress版本: | 2.7.1 |
wp-smart-sort-premium
folder to the /wp-content/plugins/
directoryYes, 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 (class_exists('WP_Smart_Sort')) { $wpss = new WP_Smart_Sort(); if (method_exists($wpss,'placesort')) { $wpss->placesort(); } } ?�