Plugin Directory

Changeset 565362


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

Updated readme.txt

File:
1 edited

Legend:

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

    r565353 r565362  
    2424
    2525<h4>Installation</h4>
    26 1. Upload `3pagination.php` to the `/wp-content/plugins/` directory
     261. Upload `3pagination.php` to the `/wp-content/plugins/` directory OR choose Plugins->Add New and type "3pagination".
    27272. Activate the plugin through the 'Plugins' menu in WordPress
    28 3. Display the pagination using `<?php if ( class_exists( 'threepagination' ) ) : threepagination::draw(); endif; ?>`
     283. Go to Tools->3pagination to set labels, placement and CSS.
     294. Done!
    2930
    3031<h4>Implementation</h4>
    3132All options can be set in an options page, the pagination container can be injected or appended to the existing DOM.
    3233
    33 <h4>Functions</h4>
     34<h4>Implementation - old school</h4>
    3435You can, if you want (or to have your website degrade gracefully), call the class methods in your theme files.
    3536
Note: See TracChangeset for help on using the changeset viewer.