Changeset 17220
- Timestamp:
- 08/20/07 23:31:07 (11 months ago)
- Files:
-
- a-year-before/tags/0.6beta3/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
a-year-before/tags/0.6beta3/readme.txt
r17216 r17220 13 13 == Installation == 14 14 15 * This is still the text für the non-widget-use of the plugin 16 Simple activate the plugin, pull the widget in the sidebar (themes/widgets) and configure it there. 17 * 15 === Using widgets in wordpress === 16 17 1. Download the plugin and put the file ayb_posts.php in the plugin-folder of your Wordpress-installation. 18 2. Then activate the plugin. 19 3. Simple activate the plugin, pull the widget in the sidebar (themes/widgets) and configure it there. 20 21 === Not using widgets in wordpress === 18 22 19 23 1. Download the plugin and put the file ayb_posts.php in the plugin-folder of your Wordpress-installation. … … 31 35 == Configuration == 32 36 37 === Using the widget === 38 39 Just click on the configaration-button of the widget an use the popup-dialog. 40 41 === Not using the widget === 42 33 43 You can pass some parameters in this scheme 34 44 parameter1=value1¶meter2=value2¶meter3=value3 ... … … 45 55 * notfound: the text the plugin will output, if no article is found on the defined date. 46 56 47 == Examples==57 ==== Examples ==== 48 58 `ayb_posts("day=30&before=&after=<br />&showdate=0");` 49 59 Shows the titles of the articles written 30 days ago without showing the date. The articles will not been showed as a HTML-list but simply seperated by a linebreak `<br />`. … … 52 62 The titles of the articles written half a year and two weeks before, also showing the date . If there was no article written on that day, the output will be »Nothing blogged on this day.« 53 63 64 == Styling == 54 65 If you like CSS, you can style the date with the class `ayb_date`, the link of the article with the class `ayb_link` and the notfound-message by using the class `ayb_notfound`. 55 66 56 67 == Changelog == 68 69 0.6beta3 70 71 * Localization 72 * Added german language-file 57 73 58 74 0.6beta2
