-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·37 lines (24 loc) · 1.07 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=== Simple AGLS ===
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.
== Description ==
This plugin makes it simple to insert Australian Government Locater Service (AGLS) meta
tags within the head of your WordPress Powered Site.
== Features ==
* **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
=== Installation =
1. Install the plugin
2. Activate the plugin
3. 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:
require_once( YOUR_DIR . '/lib/agls/simple-agls.php' );
== Changelog ==
= 1.0 =
* Initial release