WP Manifestindependent plugin directory
manifest / developer / fq-custom-post-types

FQ Custom Post Types

light-weight wordpress class for creating custom post type

by Figoli Quinn · github.com/robertpassaro/fq-custom-post-types · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/robertpassaro/fq-custom-post-types/archive/refs/heads/master.zip

Readme

fq_custom_post_types

simple wordpress class for creating custom post type

Example

$type = new FQ_Custom_Post_Type( 'post_type' );
$type->register();


$type->add_category('fart',array('show_admin_column'=>false));
$type->add_tag('turd');
$type->add_category('poop');
$type->add_custom_fields();
$type->custom_fields = array();

Read the full README on GitHub →

Releases

TagPublished
v1.1 Feb 23, 2016
v1.0 Feb 22, 2016

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.