-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requirements for: Pagination by letter #1
Comments
For others sites where we want to support simple A to Z pagination in addition to numeric page pagination .... e.g. bobbingwidewebdesign.com, oik-plugins.com we need an action hook to display the selection list for the selected letter taxonomy. In a Genesis framework child theme we'd hook into an action such as |
To reduce confusion with letter pagination and numeric page pagination we need to ensure that we group all first letter digits |
The currently selected taxonomy term should be highlighted in a similar manner to the pagination links. |
Note: The basic requirements have now been implemented such that the logic can be used in a Genesis child theme. I won't close this issue just yet since:
|
Updated requirements - 17 Feb 2017
Assumptions
Requirementsfor WP-a2z, oik-plugins and similar sites
For bigram.co.ukRequirements unchanged |
The code must also work with PHP 7.1. Need to correct logic in the filter function oik_a2z_first_letter that attempts to convert a string parameter to an array. It needs to return an array. |
These are some of the requirements for the Pagination by letter plugin, taken from the first draft of the plugin, dated 27th July 2016.
Assumptions
Requirements
for WP-a2z
for bigram.co.uk
Letter taxonomies:
The text was updated successfully, but these errors were encountered: