Skip to content

bobbingwide/oik-a2z

Repository files navigation

oik-a2z

banner

Description

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.

Installation

  1. Upload the contents of the oik-a2z plugin to the `/wp-content/plugins/oik-a2z' directory
  2. Activate the oik-a2z plugin through the 'Plugins' menu in WordPress
  3. Define additional post type to pagination taxonomy relationships

Screenshots

  1. Displaying the Letter taxonomy for 'l'

Upgrade Notice

0.1.0

Upgrade for peaceful co-existance with WordPress 5.0 and Gutenberg

0.0.5

Default taxonomy name is letters, plural.

0.0.4

Now provides the [bw_terms] shortcode.

0.0.3

Now automatically sets the letter taxonomy term when a post is saved.

0.0.2

Now highlights the currently active taxonomy term.

0.0.1

Now provides 'oik_a2z_display' action for use in themes.

0.0.0

New plugin, available from oik-plugins and GitHub

Changelog

0.1.0

  • 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

0.0.5

  • 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

0.0.4

  • Added: [bw_terms] shortcode #3
  • Fixed: Cater for special characters like '&' #2

0.0.3

  • Changed: Automatically set the 'letter' taxonomy term when a post is saved.

0.0.2

  • Changed: Highlights the currently active term.

0.0.1

  • 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

0.0.0

  • Added: New plugin #1
  • Added: use oikwp oik-a2z.php to populate the "Letter" taxonomy for posts