All Projects → ColorlibHQ → simple-custom-post-order

ColorlibHQ / simple-custom-post-order

Licence: GPL-3.0 License
Order posts(posts, any custom post types) using a Drag and Drop Sortable JavaScript. Configuration is unnecessary.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to simple-custom-post-order

rest-api-endpoints
🌾 WordPress REST API endpoints
Stars: ✭ 31 (+72.22%)
Mutual labels:  wordpress-plugin, wordpress-development
Co Cart
🛒 CoCart is a flexible, open-source solution to enabling the shopping cart via the REST API for WooCommerce.
Stars: ✭ 198 (+1000%)
Mutual labels:  wordpress-plugin, wordpress-development
Login Designer
Official repository of the Login Designer WordPress Plugin
Stars: ✭ 97 (+438.89%)
Mutual labels:  wordpress-plugin, wordpress-development
Updevtools
UpDevTools - A suite of developer tools for your WordPress development environment
Stars: ✭ 74 (+311.11%)
Mutual labels:  wordpress-plugin, wordpress-development
patterns
Pattern Library for WordPress Theme and Plugin Developers to aide in building Admin interfaces
Stars: ✭ 56 (+211.11%)
Mutual labels:  wordpress-plugin, wordpress-development
Wp Functions List
This is a list of all WordPress functions from version 0 to version 4.8.1 along with the data of when they were first introduced and if they are deprecated or not
Stars: ✭ 88 (+388.89%)
Mutual labels:  wordpress-plugin, wordpress-development
Codestar Framework
A Simple and Lightweight WordPress Option Framework for Themes and Plugins
Stars: ✭ 147 (+716.67%)
Mutual labels:  wordpress-plugin, wordpress-development
Intervention
WordPress plugin to configure wp-admin and application state using a single config file.
Stars: ✭ 481 (+2572.22%)
Mutual labels:  wordpress-plugin, wordpress-development
wordpress
📚 Recursos para aprender WordPress
Stars: ✭ 20 (+11.11%)
Mutual labels:  wordpress-plugin, wordpress-development
Code Snippets
Code Snippets WordPress Plugin
Stars: ✭ 226 (+1155.56%)
Mutual labels:  wordpress-plugin, wordpress-development
Wpintel
Chrome extension designed for WordPress Vulnerability Scanning and information gathering!
Stars: ✭ 70 (+288.89%)
Mutual labels:  wordpress-plugin, wordpress-development
Inactive-Logout
Development copy from the WordPress repository. Will release here first.
Stars: ✭ 19 (+5.56%)
Mutual labels:  wordpress-plugin, wordpress-development
Meta Box
The best plugin for WordPress custom fields and custom meta boxes
Stars: ✭ 1,039 (+5672.22%)
Mutual labels:  wordpress-plugin, wordpress-development
Dynamic Featured Image
Dynamically adds multiple featured image (post thumbnail) functionality to posts, pages and custom post types
Stars: ✭ 96 (+433.33%)
Mutual labels:  wordpress-plugin, wordpress-development
Raccoon Plugin
With Raccoon, use a JSON or YAML file to manage WordPress theme features
Stars: ✭ 18 (+0%)
Mutual labels:  wordpress-plugin, wordpress-development
Live Composer Page Builder
Free page builder plugin for WordPress http://livecomposerplugin.com
Stars: ✭ 143 (+694.44%)
Mutual labels:  wordpress-plugin, wordpress-development
Super Progressive Web Apps
SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :
Stars: ✭ 304 (+1588.89%)
Mutual labels:  wordpress-plugin, wordpress-development
Awesome Wp Developer Tools
A collection of plugins, starter themes and tools to make WordPress development easier.
Stars: ✭ 388 (+2055.56%)
Mutual labels:  wordpress-plugin, wordpress-development
Brizy
Brizy is the most user-friendly visual page builder in town! No designer or developer skills required. The only tools you'll need to master are clicks and drags.
Stars: ✭ 209 (+1061.11%)
Mutual labels:  wordpress-plugin, wordpress-development
dudestack
A toolkit for creating a new professional WordPress project with deployments. Originally based on Roots/bedrock.
Stars: ✭ 82 (+355.56%)
Mutual labels:  wordpress-plugin, wordpress-development
=== Simple Custom Post Order ===
Contributors: silkalns
Tags: custom post order, post order, js post order, page order, posts order, category order, sort posts, sort pages, sort custom posts
Requires at least: 4.6
Requires PHP: 5.6
Tested up to: 5.4
Stable tag: 2.5.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Order posts(posts, any custom post types) using a Drag and Drop Sortable JavaScript. Configuration is unnecessary.

== Description ==

Order posts (posts or any custom post types) using a Drag and Drop Sortable JavaScript. Configuration is unnecessary. You can do directly on default WordPress administration.
Excluding custom query which uses order or orderby parameters, in get_posts or query_posts and so on.

This plugins is now supported and maintained by <a href="https://colorlib.com/wp/" target="_blank">Colorlib</a>.

== Installation ==

1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently asked questions ==

= A question that someone might have =

An answer to that question.

== Screenshots ==

1. Order Custom Posts
2. Order Posts
3. Settings

== Changelog ==

= Version 2.5.0 =
* Fixed post list table width when sorting is enabled
* Review dismiss fix

= Version 2.4.9 =
* Fixed "Post order not saving"

= Version 2.4.8 =
* Add ability to reset order to post types

= Version 2.4.7 =
* Fix undefined index when ordering terms
* Added filter for post types args shown in settings page
* Added extra option for advanced view of post types

= Version 2.4.6 =
* Removed dashboard news widget


= Version 2.4.5 =
* Added 2 action hooks that trigger at `update_menu_order_tags` and `update_menu_order` ( https://github
* Fix issue with sorting (#49)
* Fix edit page layout when no item found

= Version 2.4.4 =
* Fix for slow javscript in admin( #46 )
* Fix database error( #36 )

= Version 2.4.3 =
* Minor UI update added toggles

= Version 2.4.2 =
* Fixed potential bug with other plugins
* Fixed table breaking on re-ordering when Yoast SEO installed

= Version 2.4.1 =
* Fixed translations

= Version 2.4.0 =
* Optimized our db queries ( https://wordpress.org/support/topic/update-optimization/ )

= Version 2.3.9 =
* Added button to dismiss the admin notice

= Version 2.3.8 =
* Fixed white screen ( https://wordpress.org/support/topic/white-screen-after-upgrade-to-2-3-6/ )

= Version 2.3.7 =
* Fixed white screen ( https://wordpress.org/support/topic/white-screen-after-upgrade-to-2-3-6/ )

= Version 2.3.6 =
* Fixed #3

= Version 2.3.5 =
* Fixed #12

= Version 2.3.4 =
* Removed deprecated function "screen_icon"

= Version 2.3.2 (17-03-2017) =
* Minor documentation and readme tweaks

= Version 2.3 (24-03-2014) =
* Fixed major bug on taxonomy and post order

= Version 2.2 (02-07-2014) =
* Fixed bug: Custom Query which uses 'order' or 'orderby' parameters is preferred
* It does not depend on the designation manner of arguments( Parameters ). ( $args = 'orderby=&order=' or $args = array( 'orderby' => '', 'order' => '' ) )
* Previous Versions Issues were Improved.
* Removed Taxonomy Sort( Will add in next Version :) )

= Version 2.1 (31-12-2013) =
* Prevent Breaking autocomplete

= Version 2.0 (22-11-2013) =
* Fixed Undefined Notice Error in wp version 3.7.1
* Taxonomy Activate Checkbox removed.

= Version 1.5 (25-07-2013) =
*  Fix : fix errors
*  Added Taxonomy Sort
*  Added Taxonomy Sort option In setting Page

= Version 1.0 (20-07-2013) =
*  Initial release.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].