| 开发者 | aslamdoctor |
|---|---|
| 更新时间 | 2026年4月1日 19:31 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-3.0-or-later |
| 版权网址: | 版权信息 |
Go to Admin → Rearrange Products and drag and drop products into your preferred order. To sort by category, open the “Sort by Categories” tab.
Yes. You can override the default sorting of products added via shortcodes such as:
[product_category category=”my-category-slug”]
To enable this:
The Pro version adds three powerful features:
Absolutely! The free version includes drag-and-drop sorting for all products and categories. You can upgrade to Pro at any time to unlock Smart Sort, Presets, and Import/Export.
No. Your manually arranged product order (global and category-specific) is preserved. However, Pro features like presets and Smart Sort will no longer be accessible until you upgrade again.
Yes. The Import/Export feature (Pro) exports your product arrangements as a JSON file. When importing on a different site, products are matched by SKU, so your arrangements transfer even if product IDs differ between sites.
Database::get_sort_order() now correctly distinguishes between "no entry" (null) and "sort_order = 0" (first position)Database.php — create_table(), migrate_data(), and individual migration methods now properly detect and report failuresrwpp_sortorder_{id} postmeta data if the custom table is emptywp_rwpp_product_order for centralized sort order storage