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.
- Host: GitHub
- URL: https://github.com/robertdevore/frontend-post-order
- Owner: robertdevore
- Created: 2024-07-05T16:27:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T04:07:00.000Z (12 months ago)
- Last Synced: 2025-04-15T06:47:47.316Z (10 months ago)
- Language: PHP
- Size: 134 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]`