Plugin Directory

Changeset 565372


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

Updated readme.txt

File:
1 edited

Legend:

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

    r565369 r565372  
    3131
    3232<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.
     33All options can be set in an options page, the pagination container can be injected or appended to the existing DOM.
     34If 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
    3442
    3543<h4>Implementation - old school</h4>
Note: See TracChangeset for help on using the changeset viewer.