-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
25 lines (17 loc) · 1020 Bytes
/
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
=== DateArchives ===
Donate link: http://ailoo.net/about
Tags: date, archives, blog, posts, overview
Requires at least: 2.5
Tested up to: 3.3.1
Stable tag: 0.2
A simple plugin for showing post archives categorized by date.
== Description ==
See the [plugin page](http://ailoo.net/2008/07/wordpress-plugin-datearchives/) for more details on the plugin.
All development is done on [GitHub](https://github.com/maff/wp-datearchives). If you have ideas, enhancements, etc. feel free to fork the project and send a pull request.
For any issues please use the [Issue Tracker](https://github.com/maff/wp-datearchives/issues).
== Installation ==
1. Upload `datearchives.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. In your pages/posts call the plugin with `[DateArchives]`
4. In your templates call the plugin with `<?php echo DateArchives() ?>`
5. For more details (parameters) see the [blog post](http://ailoo.net/2008/07/wordpress-plugin-datearchives/)