# Custom Post Parents

[![License](https://poser.pugx.org/automattic/jetpack/license.svg)](http://www.gnu.org/licenses/gpl-2.0.html)

Custom Post Parents is a Wordpress plugin that allow to set any post types (or post types) as parent of any post type.

With this plugin any url structure can be done.

## Get Started

### Installation From Git Repo

The `master` branch of this repo contains an stable version.

CD into your Plugins directory

```
$ git clone git@github.com:Codeko/custom-post-parents.git
```

### Manual installation

Upload the plugin files to the `/wp-content/plugins/custom-post-parents` directory, or install the plugin through the WordPress plugins screen directly.

### Activate and configure the plugin

Activate the plugin through the 'Plugins' screen in WordPress. Use the Settings->Custom Post Parents screen to configure the plugin and set the post parent of each post type.


## License

Custom Post Parents is licensed under [GNU General Public License v2 (or later)](./LICENSE.txt).

