Dette innstikket er ikkje testa med dei tre siste utgåvene av WordPress. Det kan henda det ikkje blir vedlikehalde lenger, og kan ha problem med nyare versjonar av WordPress.

Filter Post Types by Taxonomy

Skildring

Did you ever wanted to filter posts by a taxonomy (e.g. Category, Tag) on your admin screen and you had no option to do so? Fear not, here is a plugin that can help you out!

You’ll have a nice select box that allows you to filter posts by any taxonomy term you want.

It works for any post type that have a defined taxonomy; it doesn’t matter if is a built in post type (post, page) or a custom post type.

Installasjon

This section describes how to install the plugin and get it working.

  1. Unzip the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the «Plugins» menu in WordPress

Vanlege spm.

A note about performance

Because the plugin loads all available terms, you may see a performance impact if you have tons of used terms (e.g. tags).

Right now there is no caching involved, but I’m planning to add it if is requested.

Omtalar

3. september 2016
I tried out this plugin but ultimately moved on to another solution for a few reasons: 1) No filters appeared at all on the posts list screen. 2) The filter worked well on the page list screen, but all taxonomies are listed in the same filter. I have two issues with this setup: A) You can only filter by one taxonomy at a time. You can already do this from the taxonomy list screens, so other than the convenience of not needing to navigate to another screen, the filter added by this plugin doesn't add much in the way of functionality... For me, at least, filters are most useful when they can work together. B) If you have a lot of taxonomies and/or terms per taxonomy, scrolling down the select list can become annoying pretty fast. Multiple filters limit the length of the select list. 3) There are no settings for the plugin, so it's all or nothing. Allowing users to choose which taxonomy filters to enable per post type would also limit the length of the select list, and remove distracting clutter.
Les alle 2 omtalar

Bidragsytarar og utviklarar

“Filter Post Types by Taxonomy” is open source software. The following people have contributed to this plugin.

Contributors

Endringslogg

1.0

  • Initial Version