[index-for] - Taxonomy Review Archive

This is a general shortcode for showing an A-Z archive for a specific taxonomy. The taxonomies in UBB are:

  • book-genre
  • book-publisher
  • book-source
  • book-format

So, for example, this shortcode would show an A-Z list of all the genres on your site, with a list of each books in the genre under each listing:

[index-for tax="book-genre"]

You need to enter one of the taxonomy names in the tax attribute.

Optional Attributes:

  • alphabet – true|false – Whether or not to show the A-Z letters on the page. Defaults to 'true'.

Example:

[index-for tax="book-format" alphabet="false"]

Still need help? Contact Us Contact Us