Changeset 565372
- Timestamp:
- 06/29/2012 10:53:34 AM (14 years ago)
- File:
-
- 1 edited
-
3pagination/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
3pagination/trunk/readme.txt
r565369 r565372 31 31 32 32 <h4>Implementation</h4> 33 All options can be set in an options page, the pagination container can be injected or appended to the existing DOM. 33 All options can be set in an options page, the pagination container can be injected or appended to the existing DOM. 34 If you are unsure about the HTML structure of your Website, you can do the following (in Firefox): 35 <ol> 36 <li>Right click the spot where you wish the pagination to appear and choose `Inspect Element (Q)` from the menu list</li> 37 <li>Copy the id of the container, i.e. #wrapper.someclass</li> 38 <li>To append or prepend the pagination to this container, paste it's id into the appropriate field of the Placement section under `Tools->3pagination`</li> 39 <li>Choose on which pages (archives, search etc.) the pagination should appear. Done!</li> 40 </ol> 41 34 42 35 43 <h4>Implementation - old school</h4>
Note: See TracChangeset
for help on using the changeset viewer.