
With the Custom Pagination plugin, a user may customize the look of a post’s next and previous links using the HTML editor. It is built by WebIT.ca (Dimitry Zolotaryov) and funded by DateDaily.com: an online dating and relationship blog.
The link is created by selecting the text label within a post’s body and clicking the link icon. In the Link URL field, the following values will produce a link to another page:
If link is directing to a page that does not exist — for instance page:next on the last page –, the link and the link text do not appear.
All links processed by Custom Pagination will have the added class name ‘page’. If you wish to style such links, in your CSS, add the line:
a.page { /* page style goes here */ }
For more information, visit the Custom Pagination plugin homepage.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.