Plugin Directory

Changeset 565367


Ignore:
Timestamp:
06/29/2012 10:44:17 AM (14 years ago)
Author:
paddelboot
Message:

Updated readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 3pagination/trunk/readme.txt

    r565365 r565367  
    2424
    2525<h4>Installation</h4>
    26 1. Upload `3pagination.php` to the `/wp-content/plugins/` directory OR choose Plugins->Add New and type "3pagination".
    27 2. Activate the plugin through the 'Plugins' menu in WordPress
    28 3. Go to Tools->3pagination to set labels, placement and CSS.
     261. Upload `3pagination.php` to the `/wp-content/plugins/` directory OR choose `Plugins->Add New` and type "3pagination".
     272. Activate the plugin through the `Plugins` menu in WordPress
     283. Go to `Tools->3pagination` to set labels, placement and CSS.
    29294. Done!
    3030
     
    3838`draw ( $pretty = TRUE, $max_num_pages = FALSE, $labels = TRUE, $css = 'classic' )`
    3939<ul>
    40 <li>$pretty | Are you using pretty permalinks?</li>
    41 <li>$max_num_pages | Limit to a maximum number of pages</li>
    42 <li>$labels | Display or not the navigation arrows</li>
    43 <li>$css | CSS class name that will be appended to the main div container</li>
     40<li>$pretty (optional) | Are you using pretty permalinks?</li>
     41<li>$max_num_pages (optional) | Limit to a maximum number of pages</li>
     42<li>$labels (optional) | Display or not the navigation arrows</li>
     43<li>$css (optional) | CSS class name that will be appended to the main div container</li>
    4444</ul>
    4545
     
    60603. 'classic-glow' style
    61614. 'classic-small' style
    62 
    63 
    64 
    65 
    6662
    6763== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.