Skip to content

AgriLife/AgriLife-Genesis-Links-Plugin

Repository files navigation

Master branch on Master branch

Staging branch on Staging branch

Description

This plugin provides the header links, footer links, and a "skip navigation" link (for accessibility) required for AgriLife websites using Genesis child themes created by StudioPress. It adds a menu item for administrators under the Settings menu named "AgriLife Links" which allows them to enable or disable the agency links in the header and required links in the footer. Other accessibility changes may be included.

WordPress Requirements

  1. Genesis theme

Development Installation

  1. Copy this repo to the desired location.
  2. In your terminal, navigate to the plugin location 'cd /path/to/the/plugin'.
  3. Run 'npm start' to set up the repository for production environments.
  4. Or run 'npm start -- develop' to set up the repository for development environments.

Development Notes

  1. If you add Compass files, be sure to add them to the 'Gruntfile'.
  2. Release tasks can only be used by the repository's owners

Development Requirements