.. for purchasing our Wordpress plugin. If you have any questions that are beyond the scope of this help file, please feel free to email via our user page contact form here or go to our support page.
http://www.prescriptz.com/member/ENpaginator/
1. Only need to upload ENpaginator
folder to some directory you want.
2. Then include PSZ-APP-generator.php
into any file/page you want to show the elegant pagination.
include_once('./path/to/your/directory/ENpaginator/PSZ-APP-generator.php');
3. Declare an instance of ENpaginator
class, then show out the pagination with your favorite options. Read more in Codex section.
$ENpaginator = new ENpaginator(); echo $ENpaginator->ENpaginator('category.php', 7, 50); //$ENpaginator->ENpaginator($pagination_link, $currentPage, $totalPages);