An open API service indexing awesome lists of open source software.

https://github.com/robertdevore/frontend-post-order

A plugin to let you re-order posts on the frontend.
https://github.com/robertdevore/frontend-post-order

Last synced: 10 months ago
JSON representation

A plugin to let you re-order posts on the frontend.

Awesome Lists containing this project

README

          

# 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"]`