Frontend Post Order
Frontend Post Order
A plugin to reorder posts via drag and drop on the frontend.
Usage
Add the [frontend_post_order]
shortcode where you'd like the list to be displayed.
By default only posts will be displayed. You can pass a type argument to the shortcode with a singular or comma separated list of post types which will output each of them on the frontend in their own lists.
Example:
[frontend_post_order type="post, page, product"]
The following is a list of the most recent releases for this plugin.
-
1.0.1 - 1.0.1
SHA256 hash:7dad1cba3db9ea8e0be2a30e780b2629e9f622e57ddbb907ea0b80ab4b05b0fd
No issues yet.
Hash Verification
ZIP files downloaded via this site have an associated SHA256 hash.
Mac
On Mac, you can use the sha256 command to calculate the hash of a downloaded ZIP file. Open terminal and execute:
sha256 [filename]
Where [filename] is the name of the ZIP file. If the hash matches the one on the website, the ZIP file is genuine.
Linux
On Linux, you can use the sha256sum command to calculate the hash of a downloaded ZIP file. From a shell, execute:
sha256sum [filename]
Where [filename] is the name of the ZIP file. If the hash matches the one on the website, the ZIP file is genuine.
Latest Release
The latest official release is below.
1.0.1
Download 1.0.17dad1cba3db9ea8e0be2a30e780b2629e9f622e57ddbb907ea0b80ab4b05b0fd
Github Repository
This project is located on Github in the repository robertdevore/frontend-post-order.
Star Support Project