WP Manifestindependent plugin directory
manifest / content / ucf-audience-tax-plugin

UCF Audience Taxonomy

Defines the Audience taxonomy for WordPress.

by UCF Web Communications · github.com/ucf/ucf-audience-tax-plugin

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/ucf/ucf-audience-tax-plugin/archive/refs/heads/master.zip

Declares an update source (UCF/UCF-Audience-Tax-Plugin), so updates arrive through the plugin's own updater.

From the readme

UCF Audience Taxonomy # Provides the Audience taxonomy for WordPress. Intended to be used for dynamic content loading for defined groups. Description ## The UCF Audience Taxonomy provides a taxonomy for WordPress that can be used for dynamically loading content based on predefined audiences. Documentation ## Head over to the UCF Audience Taxonomy wiki for detailed information about this plugin, installation instructions, and more. Changelog ## 1.0.0 ### Initial release Upgrade Notice ## n/a Development ## Note that compiled, minified css and js files are included within the repo. Changes to these files should be tracked via git (so that users installing the plugin using traditional installation methods will have a working plugin out-of-the-box.) Enabling debug mode in your wp-config.php file is recommended during development to help catch warnings and bugs. Requirements ### node gulp-cli Instructions ### 1. Clone the UCF-Audience-Tax-Plugin repo into your local development environment, within your WordPress installation's plugins/ directory: git clone https://github.com/UCF/UCF-Audience-Tax-Plugin.git 2. cd into the new UCF-Audience-Tax-Plugin directory, and run n

Read the full README on GitHub →