ForwardJump Utility - CORE
A WordPress utility plugin.
by Tim Jensen · github.com/forwardjumpmarketingllc/forwardjump-utility-core · website
★ 7stars
1forks
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/forwardjumpmarketingllc/forwardjump-utility-core/archive/refs/heads/master.zipDeclares an update source (https://github.com/ForwardJumpMarketingLLC/forwardjump-utility-core), so updates arrive through the plugin's own updater.
From the readme
README #
This plugin allows you to easily do the following:
1. Add settings pages.
2. Add CMB2 meta boxes to:
- Post/CPT edit screen.
- Term edit screen.
- Genesis CPT Archive Settings.
- Genesis Theme Settings.
3. Register custom post types.
4. Register custom taxonomies.
5. Add shortcodes.
Requirements
PHP 5.4+
Installation
Download the latest tagged release and install it using the WordPress plugin installer.
Usage
The general concept of this plugin is to separate all of the project specific elements into configuration arrays. This means that you will mostly be editing configuration arrays in order to fit the project's needs. For example, in order to add a second (or more) settings page, you will simply add an additional array to the $settingsconfig array (see below for more information).
Examples
To get started add the following examples to a custom plugin:
Add Settings Pages
Add settings pages to the WordPress Admin menu. Refer to the configuration file in /config/ to see the required format of the array as well as the options for where the settings page appears (e.g., top-level menu or several submenu options, including Genesis).
Add Custom Meta Bo