Frontend Post Order
A plugin to let you re-order posts on the frontend.
by Robert DeVore · github.com/robertdevore/frontend-post-order · website
★ 8stars
5release downloads
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/robertdevore/frontend-post-order/releases/download/1.0.2/frontend-post-order.zipDeclares an update source (https://github.com/robertdevore/frontend-post-order/), so updates arrive through the plugin's own updater.
From the readme
Frontend Post Order
A plugin to reorder posts via drag and drop on the frontend.
Usage
Add the [frontendpostorder] 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:
[frontendpostorder type="post, page, product"]
Read the full README on GitHub →