bobbingwide / oik-types

oik custom content type manager
http://www.oik-plugins.com/oik-plugins/oik-types/
GNU General Public License v2.0
1 stars 0 forks source link
custom-post-types custom-taxonomies wordpress-plugin

oik-types

banner

Description

Create custom post types, fields and taxonomies that are integrated with the oik API to bring the power of oik to your website content.

Requires:

For advanced users:

Features:

Shortcodes

oik-types does not define any shortcodes of its own. You simply use the shortcodes from oik and oik-fields

Actions and filter hooks

Installation

  1. Upload the contents of the oik-types plugin to the `/wp-content/plugins/oik-types' directory
  2. Activate the oik-types plugin through the 'Plugins' menu in WordPress

If you don't install and activate the oik-fields plugin then oik-types won't be called to apply changes to the post type registrations.

Frequently Asked Questions

What is this plugin for?

To help you define custom content for your website without having to write any code.

How is the data implemented?

oik-types does not create any tables of its own. It records the information in structured arrays in the wp_options table.

Each instance of a custom post type is created in the wp_posts table Each instance of a custom field for a custom post type is created in the wp_postmeta table Each instance of a custom taxonomy is created in the wp_taxonomy and related tables

Do I need to flush permalinks?

Yes. When you first create a new custom post type. If you do not then you will most likely receive a 404 message.

What other field types are there?

The following field types are provided by the plugins listed below:

What is oik-types dependent upon?

This plugin is dependent upon the oik-fields plugin and the oik base plugin.

Can I get support?

Yes. Through the oik-plugins website or GitHub.

Can this plugin be used with other CPT managers?

Yes, it can. But I wouldn't recommend it.

Can this plugin extend other CPTs?

Yes. You can use it to override the definition of existing (custom) post types. You can add fields but you can't remove them.

Is there an import/export facility?

No... but there could be as it's just a case of exporting the data from wp_options using an "Export/import options plugin."

Screenshots

  1. Definition of the oik-fields CPT
  2. Three instances of the oik-fields CPT
  3. Fields defined by oik-types
  4. Fields to types relationships
  5. Taxonomies to types relationships

Upgrade Notice

2.4.2

Update for a fix for when Categories are attached to CPTs

Changelog

2.4.2

Further reading

Read more about oik plugins and themes