- Tags: post, page, admin, agls, meta, editor, open gov, gov2, dublin core
- Requires at least: 3.0
- Tested up to: 3.9
- Stable tag: 1.0
Insert Australian Government Locater Service (AGLS) meta tags within the head of your site.
This plugin makes it simple to insert Australian Government Locater Service (AGLS) meta tags within the head of your WordPress Powered Site.
- Automatic Automatically inserts smart defaults out of the box to get you started.
- Defaults Ability to set sitewide default values.
- Meta Box Set values on a per post/page basis for granular control over the meta tags.
- Filters Not happy with some of the output - simply write your own filter to change the tags.
- Install the plugin
- Activate the plugin
- Configure as needed
Alternatively the plugin can be included/bundled with a theme and required using something like the following from within your functions.php file:
/* Include AGLS */
require_once( YOUR_DIR . '/lib/agls/simple-agls.php' );
- Initial release