Title: TaxoFilter Admin
Author: Nikunj Hatkar
Published: <strong>22 Aprile 2025</strong>
Last modified: 25 Maggio 2026

---

Ricerca i plugin

![](https://ps.w.org/taxofilter-admin/assets/banner-772x250.jpg?rev=3281820)

![](https://ps.w.org/taxofilter-admin/assets/icon-128x128.png?rev=3279153)

# TaxoFilter Admin

 Di [Nikunj Hatkar](https://profiles.wordpress.org/nikunj8866/)

[Scarica](https://downloads.wordpress.org/plugin/taxofilter-admin.1.0.2.zip)

[Anteprima in tempo reale](https://it.wordpress.org/plugins/taxofilter-admin/?preview=1)

 * [Dettagli](https://it.wordpress.org/plugins/taxofilter-admin/#description)
 * [Recensioni](https://it.wordpress.org/plugins/taxofilter-admin/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/taxofilter-admin/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/taxofilter-admin/#developers)

 [Supporto](https://wordpress.org/support/plugin/taxofilter-admin/)

## Descrizione

TaxoFilter Admin enhances the WordPress admin experience by providing customizable
taxonomy filters for all post types.

The plugin is open source and hosted on [GitHub](https://github.com/nikunj8866/taxofilter-admin).
If you have any issues or feedback, please open an issue there.

**Key Features:**

 * Automatically adds taxonomy dropdowns to post list screens
 * Works with posts, pages, and custom post types
 * Allows administrators to select which taxonomy filters to display via screen 
   options
 * Clean, developer-friendly code

## Screenshot

 * [[
 * [[

## Installazione

 1. Upload the `taxofilter-admin` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Visit any post list screen and use the screen options to configure which taxonomy
    filters to display

## FAQ

### Will this work with custom post types?

Yes, the plugin automatically detects all registered post types and their associated
taxonomies.

### Can I select which taxonomy filters to display?

Yes, you can customize which taxonomy filters appear by accessing the Screen Options
panel at the top of any post list screen.

### How can I exclude certain taxonomies from the screen options?

You can use the `taxofilter_admin_excluded_taxonomies` filter to exclude specific
taxonomies from showing up in the screen options for a post type.

Example usage:

    ```
    add_filter('taxofilter_admin_excluded_taxonomies', function($excluded, $post_type) {
        if ($post_type === 'custom_post_type') {
            $excluded[] = 'custom_taxonomy';
        }
        return $excluded;
    }, 10, 2);
    ```

## Recensioni

![](https://secure.gravatar.com/avatar/b386c3be63ad40515532f06f0a3f8fc3c5a9c760da75708f03eff64f35cd66d4?
s=60&d=retro&r=g)

### 󠀁[This should be iin core](https://wordpress.org/support/topic/this-should-be-iin-core/)󠁿

 [shawfactor](https://profiles.wordpress.org/shawfactor/) 24 Aprile 2025

The functionality in this plugin is golden and very useful for a cms. It should 
be in core

 [ Leggi la recensione di 1 ](https://wordpress.org/support/plugin/taxofilter-admin/reviews/)

## Contributi e sviluppo

“TaxoFilter Admin” è un software open source. Le persone che hanno contribuito allo
sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Nikunj Hatkar ](https://profiles.wordpress.org/nikunj8866/)

[Traduci “TaxoFilter Admin” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/taxofilter-admin)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/taxofilter-admin/)
segui il [repository SVN](https://plugins.svn.wordpress.org/taxofilter-admin/), 
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/taxofilter-admin/)
tramite [RSS](https://plugins.trac.wordpress.org/log/taxofilter-admin/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.2

 * TWEAK: WP 7.0 compatibility.

#### 1.0.1

 * TWEAK: Added `taxofilter_admin_excluded_taxonomies` filter to allow excluding
   specific taxonomies from the screen options.

#### 1.0.0

 * Initial release

## Meta

 *  Versione **1.0.2**
 *  Ultimo aggiornamento **2 settimane fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 5.0 o superiore **
 *  Testato fino alla versione **7.0**
 *  Versione PHP ** 7.0 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/taxofilter-admin/)
 * Tag
 * [admin](https://it.wordpress.org/plugins/tags/admin/)[categories](https://it.wordpress.org/plugins/tags/categories/)
   [filters](https://it.wordpress.org/plugins/tags/filters/)[tags](https://it.wordpress.org/plugins/tags/tags/)
   [taxonomy](https://it.wordpress.org/plugins/tags/taxonomy/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/taxofilter-admin/advanced/)

## Valutazioni

 5 su 5 stelle.

 *  [  1 5- recensioni a stelle     ](https://wordpress.org/support/plugin/taxofilter-admin/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/taxofilter-admin/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/taxofilter-admin/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/taxofilter-admin/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/taxofilter-admin/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/taxofilter-admin/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/taxofilter-admin/reviews/)

## Collaboratori

 *   [ Nikunj Hatkar ](https://profiles.wordpress.org/nikunj8866/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/taxofilter-admin/)