Utilities, blocks, custom post types, and taxonomies for the Platform Cooperativism Consortium website.
This plugin adds the following custom components for the Platform Cooperativism Consortium:
Blocks:
- Child Pages
- Participants Button
- Program Button
- Recent Content
- Social Links
Custom Post Types:
- Events
- People
Custom Taxonomies:
- Roles
The following plugins are required:
- Contact Form 7
- Disable Comments
- Intervention
- Simple Page Ordering
The following plugins are recommended:
- Koko Analytics
- The SEO Framework
- WP Toolbelt
- Upload the plugin zip file via the Plugins panel in WordPress.
- Activate the plugin.
- There is no step three.
This is the plugin's first production release.
Commands for development:
npm install
: Install CSS and JavaScript dependenciesnpm run build
: Build front-end assetsnpm run build:production
: Build front-end assets for productionnpm run lint
: Check CSS and JavaScript coding standardscomposer install
: Install PHP dependenciescomposer test
: Run PHP unit tests and check PHP coding standards (WordPress PHPUnit environment must be set up first)
This plugin uses CSS with PostCSS for admin stylesheets and includes the following PHP libraries:
- johnbillion/extended-cpts for registering custom post types and taxonomies
- davidgorges/human-name-parser for parsing human names (not used yet)
- commerceguys/addressing for formatting addresses