Changeset 17220

Show
Ignore:
Timestamp:
08/20/07 23:31:07 (11 months ago)
Author:
wuerzblog
Message:

Updating the widget-readme-part

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • a-year-before/tags/0.6beta3/readme.txt

    r17216 r17220  
    1313== Installation == 
    1414 
    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 
     171. Download the plugin and put the file ayb_posts.php in the plugin-folder of your  Wordpress-installation. 
     182. Then activate the plugin. 
     193. Simple activate the plugin, pull the widget in the sidebar (themes/widgets) and configure it there. 
     20 
     21===  Not using widgets in wordpress === 
    1822 
    19231. Download the plugin and put the file ayb_posts.php in the plugin-folder of your  Wordpress-installation. 
     
    3135== Configuration == 
    3236 
     37=== Using the widget === 
     38 
     39Just click on the configaration-button of the widget an use the popup-dialog. 
     40 
     41===  Not using the widget === 
     42 
    3343You can pass some parameters in this scheme 
    3444parameter1=value1&parameter2=value2&parameter3=value3 ... 
     
    4555* notfound: the text the plugin will output, if no article is found on the defined date. 
    4656 
    47 == Examples == 
     57==== Examples ==== 
    4858`ayb_posts("day=30&before=&after=<br />&showdate=0");` 
    4959Shows 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 />`. 
     
    5262The 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.« 
    5363 
     64== Styling == 
    5465If 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`. 
    5566 
    5667== Changelog == 
     68 
     690.6beta3 
     70 
     71* Localization 
     72* Added german language-file 
    5773 
    58740.6beta2