Linux 软件免费装

Plugin Name

开发者 Dyasonhat
更新时间 2009年3月6日 22:23
PHP版本: 2.5 及以上
WordPress版本: 2.7.1

标签

custom fields sort posts sort sort categories sort archives

下载

2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.2

详情介绍:

WP Smart Sort allow for advanced sorting of posts in your blog. The administrator can choose to include any field from the wp_posts table to sort by, any custom field and additionally can identify where a field is numeric or not (defaults to text). The default sort direction for your blog can be changed to any of the chosen field either Ascending or Descending. "Sort By" widget enables your users to select from a drop down box which direction they wish to sort posts by. Demo site over at wpsmartsort.dyasonat.com For additional functionality for you blog including sort, filtering and advanced search of posts across your blog checkout out WP Smart Sort Premium version. Support this Plugin with your donation. To View the changelog visit the plugin page.

安装:

This section describes how to install the plugin and get it working. e.g.
  1. Unzip the file and upload entire wp-smart-sort-premium folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. View the plugin help menu once activated for further information on using WPSS

常见问题:

Can I sort by Custom Fields

Yes, you can sort by any field in the WP-posts table or the custom field table.

Can I set the default Sort Direction for my blog

Yes, in the options page you can choose a default sort direction from any of your selected fields.

How do i include this sort drop down

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(); } } ?�