This WordPress plugin provides functionality and visual styles for Texas Master Naturalist websites on the AgriFlex4 WordPress theme created by AgriLife Communications.
- Genesis theme
- Advanced Custom Fields Pro plugin
- PHP 7.2+
- Header Widget Area
- Copy this repo to the desired location.
- In your terminal, navigate to the plugin location 'cd /path/to/the/plugin'.
- Run "npm start" to configure your local copy of the repo, install dependencies, and build files for a production environment.
- Or, run "npm start -- develop" to configure your local copy of the repo, install dependencies, and build files for a development environment.
When you stage changes to this repository and initiate a commit, they must pass PHP and Sass linting tasks before they will complete the commit step. Release tasks can only be used by the repository's owners.
- Run "grunt develop" to compile the css when developing the plugin.
- Run "grunt watch" to automatically compile the css after saving a *.scss file.
- Run "grunt" to compile the css when publishing the plugin.
- Run "npm run checkwp" to check PHP files against WordPress coding standards.
- Run "npm run fixwp" to fix simple formatting issues against WordPress coding standards.
- Node: http://nodejs.org/
- NPM: https://npmjs.org/