Plugin Directory

Changeset 986753


Ignore:
Timestamp:
09/10/2014 07:33:37 PM (12 years ago)
Author:
matthias.s
Message:

readme corrections...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • date-calculator/tags/1.0/readme.txt

    r986726 r986753  
    1414The Date Calculator plugin has two basic functions.
    1515
    16 1. It returns the current date via the shortcode [date_now] in posts, pages and also in Contact Form 7-forms.
     16=1.= It returns the current date via the shortcode [date_now] in posts, pages and also in Contact Form 7-forms.
    1717
    18 2. It can calculate a date up [date_add] or down [date_sub] and returns it in posts, pages and also in Contact Form 7 forms.
     18=2.= It can calculate a date up [date_add] or down [date_sub] and returns it in posts, pages and also in Contact Form 7 forms.
     19
     20This plugin enable the shortcode-support within Contact Form 7-forms so that the Date Calculator-shortcodes can also be used there.
     21
     22== Installation ==
     231. Upload the unziped date_calculator folder to the /wp-content/plugins/ directory -or- install the plugin via WordPress build-in Plugin-Installation-Function.
     24
     252. Activate the plugin through the 'Plugins' menu in WordPress.
     26
     27== Frequently Asked Questions ==
     28How are the short codes
    1929
    2030The following shortcodes are available:
    2131
    22 [date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]
    23 [date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]
     32`[date_add day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]`
     33`[date_sub day="1" month="1" year="1" show="dayonly/monthonly/yearonly"]`
    2434
    2535
    26 Examples:
     36=Examples:=
    2737
    2838
    29392.1 - Calculating the date down:
    30 
    3140Suppose today is the 01.10.2014
    3241
    33 [date_sub day="1"]   returns: 30.09.2014
     42<code>[date_sub day="1"]</code>   returns: 30.09.2014
    3443[date_sub month="3"] returns: 01.07.2014
    3544[date_sub year="4"]  returns: 01.10.2010
     
    3948
    40492.2 - Calculating the date up:
    41 
    4250Suppose today is the 01.10.2014
    4351
     
    6270[date_add year="0" show="yearonly"]-[date_add month="1" show="monthonly"]-[date_add day="1" show="dayonly"] returns: 2014-11-02
    6371
    64 
    65 This plugin enable the shortcode-support within Contact Form 7-forms so that the Date Calculator-shortcodes can also be used there.
    66 
    67 == Installation ==
    68 1. Upload the unziped date_calculator folder to the /wp-content/plugins/ directory -or- install the plugin via WordPress build-in Plugin-Installation-Function.
    69 
    70 2. Activate the plugin through the 'Plugins' menu in WordPress.
    71 
    72 == Frequently Asked Questions ==
    73 Not at this time :-)
    74 
    7572== Screenshots ==
    7673screenshot-1.png
Note: See TracChangeset for help on using the changeset viewer.