Changeset 565367
- Timestamp:
- 06/29/2012 10:44:17 AM (14 years ago)
- File:
-
- 1 edited
-
3pagination/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
3pagination/trunk/readme.txt
r565365 r565367 24 24 25 25 <h4>Installation</h4> 26 1. Upload `3pagination.php` to the `/wp-content/plugins/` directory OR choose Plugins->Add Newand type "3pagination".27 2. Activate the plugin through the 'Plugins'menu in WordPress28 3. Go to Tools->3paginationto set labels, placement and CSS.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. 29 29 4. Done! 30 30 … … 38 38 `draw ( $pretty = TRUE, $max_num_pages = FALSE, $labels = TRUE, $css = 'classic' )` 39 39 <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> 44 44 </ul> 45 45 … … 60 60 3. 'classic-glow' style 61 61 4. 'classic-small' style 62 63 64 65 66 62 67 63 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.