403Webshell
Server IP : 172.67.216.182  /  Your IP : 104.23.175.94
Web Server : Apache
System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64
User : www ( 1000)
PHP Version : 7.4.33
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /www/wwwroot/punnapravayalar.org/wp-content/plugins/intuitive-custom-post-order/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/punnapravayalar.org/wp-content/plugins/intuitive-custom-post-order/README.md
# Intuitive Custom Post Order

Intuitive Custom Post Order is WordPress Plugin that order items using a drag and drop sortable JavaScript.

## Description

Intuitively, order items (Posts, Pages, Custom Post Types, Custom Taxonomies, Sites) using a drag and drop sortable JavaScript.

Select sortable items from 'Intuitive CPO' menu of Setting menu in WordPress.

In addition, You can re-override the parameters of `orderby` and `order`, by using the `WP_Query` or `pre_get_posts` or `query_posts()` or `get_posts()`.

**Attention**: Only if you use `get_posts()` to re-overwrite to the default order (`orderby=date, order=DESC`), You need to use own custom parameter `orderby=default_date`.

## Installation

1. Upload 'intuitive-custom-post-order' folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Select sortable items from 'Intuitive CPO' menu of Setting menu in WordPress.

## Local development

To ensure following WordPress coding standards [@wordpress/scripts](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-scripts/) is used for linting. Currently the CSS and JavaScript parts are not heavy so that there is no bundle process implemented, yet.

### Dependencies

* [Node](https://nodejs.org/en/) >= 18
* [Composer](https://getcomposer.org/download/) >= 2.0

### Installation

To use the plugin coding standards and linting navigate to the **plugin folder** and run the following commands in terminal:

```Shell
composer install
npm i
```

### Lint

After the installation is complete you can process linting with this command:

```Shell
npm run lint
```

### Create a zip file

When you are ready you can create a zip file, which excludes not necessary files with this command:

```Shell
npm run plugin-zip
```

## Documentation

* [WordPress Plugin Directory](https://wordpress.org/plugins/intuitive-custom-post-order/)

## License

GPLv2 or later

Youez - 2016 - github.com/yon3zu
LinuXploit