Changeset 565362
- Timestamp:
- 06/29/2012 10:32:23 AM (14 years ago)
- File:
-
- 1 edited
-
3pagination/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
3pagination/trunk/readme.txt
r565353 r565362 24 24 25 25 <h4>Installation</h4> 26 1. Upload `3pagination.php` to the `/wp-content/plugins/` directory 26 1. Upload `3pagination.php` to the `/wp-content/plugins/` directory OR choose Plugins->Add New and type "3pagination". 27 27 2. Activate the plugin through the 'Plugins' menu in WordPress 28 3. Display the pagination using `<?php if ( class_exists( 'threepagination' ) ) : threepagination::draw(); endif; ?>` 28 3. Go to Tools->3pagination to set labels, placement and CSS. 29 4. Done! 29 30 30 31 <h4>Implementation</h4> 31 32 All options can be set in an options page, the pagination container can be injected or appended to the existing DOM. 32 33 33 <h4> Functions</h4>34 <h4>Implementation - old school</h4> 34 35 You can, if you want (or to have your website degrade gracefully), call the class methods in your theme files. 35 36
Note: See TracChangeset
for help on using the changeset viewer.