Changeset 17334
- Timestamp:
- 08/23/07 14:15:23 (11 months ago)
- Location:
- a-year-before
- Files:
-
- 2 modified
-
tags/0.6/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
a-year-before/tags/0.6/readme.txt
r17333 r17334 15 15 == Installation == 16 16 17 = == Using widgets in wordpress ===17 = Using widgets in wordpress = 18 18 19 19 1. Download the plugin and put the directory "a-year-before" in the plugin-folder of your wordpress-installation. … … 21 21 3. Go "Themes/Widgets" and pull the widget in the sidebar. Ready to go! Configure it, if you want. 22 22 23 = == Not using widgets in wordpress ===23 = Not using widgets in wordpress = 24 24 25 25 1. Download the plugin and put the file ayb_posts.php in the plugin-folder of your Wordpress-installation. … … 37 37 == Configuration == 38 38 39 = == Using the widget ===39 = Using the widget = 40 40 41 41 Just click on the configuration-button of the widget an use the selfexplaining popup-dialog. 42 42 43 = == Not using the widget ===43 = Not using the widget = 44 44 45 45 You can pass some parameters in this scheme … … 57 57 * notfound: the text the plugin will output, if no article is found on the defined date. 58 58 59 = === Examples ====59 = Examples = 60 60 61 61 `ayb_posts("day=30&before=&after=<br />&showdate=0");` -
a-year-before/trunk/readme.txt
r17333 r17334 15 15 == Installation == 16 16 17 = == Using widgets in wordpress ===17 = Using widgets in wordpress = 18 18 19 19 1. Download the plugin and put the directory "a-year-before" in the plugin-folder of your wordpress-installation. … … 21 21 3. Go "Themes/Widgets" and pull the widget in the sidebar. Ready to go! Configure it, if you want. 22 22 23 = == Not using widgets in wordpress ===23 = Not using widgets in wordpress = 24 24 25 25 1. Download the plugin and put the file ayb_posts.php in the plugin-folder of your Wordpress-installation. … … 37 37 == Configuration == 38 38 39 = == Using the widget ===39 = Using the widget = 40 40 41 41 Just click on the configuration-button of the widget an use the selfexplaining popup-dialog. 42 42 43 = == Not using the widget ===43 = Not using the widget = 44 44 45 45 You can pass some parameters in this scheme … … 57 57 * notfound: the text the plugin will output, if no article is found on the defined date. 58 58 59 = === Examples ====59 = Examples = 60 60 61 61 `ayb_posts("day=30&before=&after=<br />&showdate=0");`
