- Contributors: bobbingwide
- Donate link: https://www.oik-plugins.com/oik/oik-donate/
- Tags: shortcodes, smart, lazy
- Requires at least: 4.9.8
- Tested up to: 6.7.1
- Stable tag: 0.2.0
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
Letter taxonomy pagination.
This is what this plugin is supposed to do. See #1
- Automatically sets the value for the identified first letter taxonomies using extendable rules.
- Provides a taxonomy page with selectable letters.
- Taxonomy can be associated to any post type.
- Supports batch setting by post type and letter taxonomy.
- Upload the contents of the oik-a2z plugin to the `/wp-content/plugins/oik-a2z' directory
- Activate the oik-a2z plugin through the 'Plugins' menu in WordPress
- Define additional post type to pagination taxonomy relationships
- Displaying the Letter taxonomy for 'l'
Update for support for PHP 8.4
Upgrade for peaceful co-existance with WordPress 5.0 and Gutenberg
Default taxonomy name is letters, plural.
Now provides the [bw_terms] shortcode.
Now automatically sets the letter taxonomy term when a post is saved.
Now highlights the currently active taxonomy term.
Now provides 'oik_a2z_display' action for use in themes.
New plugin, available from oik-plugins and GitHub
- Changed: Only register [bw_terms] shortcode if bw_add_shortcodes() is actually available #10
- Changed: Don't run oik-a2z-run anymore #4
- Fixed: Avoid Warnings when the taxonomy is invalid #9
- Tested: With WordPress 6.7.1
- Tested: With PHP 8.3 & PHP 8.4
- Changed: Enable automatic letter taxonomy creation using the Block editor #8
- Changed: Support setting letter terms in oik-batch #7
- Fixed: Avoid message for using deprecated bw_posts.inc - now bw_posts.php
- Tested: With WordPress 5.0.3
- Tested: With PHP 7.2
- Changed: Default taxonomy name is "Letters"
- Added: Support display of a particular post_type.
- Added: Support oikwp oik-a2z.php post_type=post_type
- Added: Add admin interface to set letter terms and box to display defined letter taxonomies #4
- Fixed: Notice: Undefined letter that I knew existed but wasn't seeing
- Changed: Automatically set the 'letter' taxonomy term when a post is saved.
- Changed: Highlights the currently active term.
- Changed: Implement 'oik_a2z_display' #1
- Changed: Improve improve batch facility to set letter terms #2
- Tested: With WordPress 4.7.2 and WordPress Multisite
- Added: New plugin #1
- Added: use oikwp oik-a2z.php to populate the "Letter" taxonomy for posts