BLACK FRIDAY
Save 59% on PageForge Annual $191/year $485/year
Claim 59% Off →
LH User Taxonomies icon
Possibly abandoned Tested up to 5.7.19 #10 in custom taxonomy

LH User Taxonomies

Simplify the process of adding support for custom taxonomies for Users. Just use register_taxonomy and everything else is taken care of.

Active installs300+100+ tier
Downloads · 30d138▼ -19.8% vs prev. 30d
Rating5/58 reviews
Health score38/100At risk
All-time downloads13.5KSince Mar 2015
Support resolved—No recent threads
RequiresWP 4.0PHP any
Downloads · 7d38• 0% week over week
Our verdict

Consider an alternative

LH User Taxonomies shows warning signs in 2026 — compare the alternatives below before installing. It runs on 300+ sites, is rated 5/5 and was last updated 6 years ago, and scores 38/100 on our health check.

  • Small user base (300+ active installs)
  • No update in 5 years
  • Only tested up to WordPress 5.7 (latest is 7.1)

How does it stack up?

Side-by-side on installs, updates, ratings & support

Daily downloads

4812Jun 29Aug 12Sep 26
Yesterday5
Daily average (1y)10
Peak day57Oct 1, 2025
Last 12 months3.7K

Download spikes usually follow a new release — each site that auto-updates counts as a download.

Rankings

Where LH User Taxonomies stands today

WordPress.org search rankings

Live position in the plugin search, top 100
KeywordPositionCompeting pluginsCategory
custom taxonomy >100 3,659 Best custom taxonomy plugins →
register_taxonomy #19 30 Best register_taxonomy plugins →
taxonomy >100 4,278 Best taxonomy plugins →
user >100 10,000 Best user plugins →
users >100 10,000 Best users plugins →

Version adoption

Share of active sites per release.

  • 1.6196.5%
  • 1.563.6%

Rating breakdown

★★★★★★★★★★ 5 from 8 reviews

  • 5★100.0%
  • 4★0.00%
  • 3★0.00%
  • 2★0.00%
  • 1★0.00%

About LH User Taxonomies

From the official readme · v1.61

Description

This plugin extends the default taxonomy functionality and extends it to users, while automating all the boilerplate code.

Once activated, you can register user taxonomies using the following code:

register_taxonomy('profession', 'user', array(
    'public'        =>true,
    'single_value' => false,
    'show_admin_column' => true,
    'labels'        =>array(
        'name'                      =>'Professions',
        'singular_name'             =>'Profession',
        'menu_name'                 =>'Professions',
        'search_items'              =>'Search Professions',
        'popular_items'             =>'Popular Professions',
        'all_items'                 =>'All Professions',
        'edit_item'                 =>'Edit Profession',
        'update_item'               =>'Update Profession',
        'add_new_item'              =>'Add New Profession',
        'new_item_name'             =>'New Profession Name',
        'separate_items_with_commas'=>'Separate professions with commas',
        'add_or_remove_items'       =>'Add or remove professions',
        'choose_from_most_used'     =>'Choose from the most popular professions',
    ),
    'rewrite'       =>array(
        'with_front'                =>true,
        'slug'                      =>'author/profession',
    ),
    'capabilities'  => array(
        'manage_terms'              =>'edit_users',
        'edit_terms'                =>'edit_users',
        'delete_terms'              =>'edit_users',
        'assign_terms'              =>'read',
    ),
));

Read more about registering taxonomies in the codex
This is heavily inspired by previous work by Justin Tadlock and also forks Damian Gostomskis plugin in the repository to add additional functionality, including:

  • Fixes a bug with display of existing user taxonomies in the user-edit screen
  • Fixes a bug with taxonomy count in the old plugin where deleting users did not update the count
  • Add support for ‘single_value’ attribute when registering a user taxonomy for taxonomies which should only have one value.
  • Properly supports the capabilities associated with the taxonomy when registered.
  • Supports ‘show_admin_column’ attribute when registering the taxonomy in the same way as post taxonomies.
  • Where ‘show_admin_column’ is true admins can assign user taxonomies using bulk edit functionality.

Check out our documentation for more information on how to register user taxonomies.

Like this plugin? Please consider leaving a 5-star review.

Love this plugin or want to help the LocalHero Project? Please consider making a donation.

Installation

  1. Upload the lh-user-taxonomies folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use register_taxonomy as shown in the description

Frequently asked questions

Can I set a taxonomy that includes posts/pages/cpt´s with users?

You can but you should not. The problem being that when taxonomies are shared across objects types in different tables wordpress can get confused.

Does this create new database tables?

No. There are no new database tables with this plugin.

Does this modify existing database tables?

No. All of WordPress’s core database tables remain untouched.

Does this plugin integrate with user roles?

No. This is best left to plugins that choose to integrate with this plugin.

What is something does not work?

LH User Taxonomies, and all LocalHero plugins are made to WordPress so should work with all well coded plugins and themes. But not all plugins and themes are well coded (including many popular ones). If something does not work properly, firstly decativate ALL other plugins and switch to one of the thesmes that come with core (e.g. twentyfirteen, twentysixteen etc). If the problem persists pleasse leave a post in the support forum: https://wordpress.org/support/plugin/lh-user-taxonomies/ . I look there regularly and resolve most queries.

What if I need a feature that is not in the plugin?

Please contact me for custom work and enhancements here: https://shawfactor.com/contact/

Can I contribute?

Yes, please! The number of users needing LH User Taxonomies is growing fast. Having an easy-to-use API and powerful set of functions is critical to managing complex WordPress installations. If this is your thing, please help us out!

Changelog

1.00 February 28, 2015
* Initial release

1.2 July 15, 2015
* Code improvements

1.3 July 17, 2015
* Documentation links

1.41 August 31, 2015
* Fix for saving taxonomies on profile when you need to remove term – thanks Greumb

1.50 March 04, 2016
* Added bulk edit functionality

1.50 March 04, 2016
* Added bulk edit functionality

1.52 February 22, 2017
* Buildtree bug fix

1.53 April 27, 2017
* registered_taxonomy fix

1.54 April 30, 2017
* added show_in_menu support

1.55 May 15, 2017
* better single value check

1.56 July 27, 2017
* added class check

1.57 May 06, 2019
* singleton pattern, capability check, and value removal

1.60 September 22, 2020
* remove redundant code, menu fix

1.61 March 19, 2021
* fix term count on deleted_user and linked count

Full changelog on WordPress.org →

For developers

Is this your plugin? Show off the numbers.

Add a live badge to your site, docs or GitHub README. It updates on its own — no account needed.

Active installs badge Rating badge Health score badge

Best LH User Taxonomies alternatives

All custom taxonomy plugins →
Alternatives
Rank Plugin Active installs Rating Updated Health
1 Gravity Forms + Custom Post Types Gravity Forms + Custom Post Types Map your Gravity-Forms-generated posts to a custom post type and/or custom taxonomies. by Dave from Gravity Wiz 10K+ ★★★★★★★★★★ 4.4 (46) 1 week ago 76
2 MB Custom Post Types & Custom Taxonomies MB Custom Post Types & Custom Taxonomies Create and manage custom post types and custom taxonomies with an easy-to-use UI in… by Anh Tran 10K+ ★★★★★★★★★★ 4.7 (13) 1 month ago 84
3 List Custom Taxonomy Widget List Custom Taxonomy Widget The List Custom Taxonomy Widget is a quick and easy way to display custom taxonomies… by Nick Halsey 9K+ ★★★★★★★★★★ 4.7 (21) 2 months ago 83
4 Categories in Hierarchical Order Categories in Hierarchical Order Categories in Hierarchical Order plugin maintains the hierarchical order of categories list… by Amit Sonkhiya 2K+ ★★★★★★★★★★ 5 (14) 6 years ago 40
5 Remove Taxonomy URL Remove Taxonomy URL Strip custom taxonomy slugs from URLs. Optional 301 redirects, hierarchical terms… by sungraizfaryad 1K+ ★★★★★★★★★★ 4.2 (6) 4 months ago 64
6 Easy Post Types and Fields Easy Post Types and Fields Easy Post Types and Fields makes it quick and easy to add custom post types, custom fields… by Barn2 Plugins 1K+ ★★★★★★★★★★ 2.7 (3) 1 month ago 66
7 Taxonomy CSV Import Export Taxonomy CSV Import Export Import and export WordPress taxonomy terms and users via CSV. Register custom taxonomies… by Md.Rakib Hossen 1K+ ★★★★★★★★★★ 5 (3) 2 months ago 68
8 Zilla Portfolio Zilla Portfolio A complete portfolio plugin for creative folks by marksouthard 400+ ★★★★★★★★★★ 5 (2) 10 years ago 34
9 Remove Taxonomy Slug Remove Taxonomy Slug Remove taxonomy slugs from URLs for cleaner, SEO-friendly permalinks with simple settings… by Akshay Shah 400+ ★★★★★★★★★★ 5 (1) 7 months ago 49
11 TC Custom Taxonomy Filter TC Custom Taxonomy Filter Filter your posts by your custom taxonomies. by Tracy Rotton 100+ ★★★★★★★★★★ 4.2 (13) 6 years ago 34

FAQ

LH User Taxonomies: quick answers

Straight answers, pulled from live WordPress.org data.

Live data from WordPress.org · checked Sep 27, 2026

Is LH User Taxonomies free?

Yes. LH User Taxonomies is free to download and use from the official WordPress.org plugin directory.

Is LH User Taxonomies safe to use in 2026?

LH User Taxonomies shows warning signs in 2026 — compare the alternatives below before installing. It runs on 300+ sites, is rated 5/5 and was last updated 6 years ago, and scores 38/100 on our health check.

How many websites use LH User Taxonomies?

LH User Taxonomies is active on 300+ WordPress websites and has been downloaded 13,491 times since it launched in March 2015. It was downloaded 138 times in the last 30 days.

Does LH User Taxonomies work with WordPress 7.1?

LH User Taxonomies is officially tested up to WordPress 5.7.19, while the latest release is 7.1.2. It may still work, but try it on a staging site first.

When was LH User Taxonomies last updated?

The latest version, 1.61, was released on March 21, 2021 (6 years ago).

Who makes LH User Taxonomies?

LH User Taxonomies is developed and maintained by shawfactor.

What are the best alternatives to LH User Taxonomies?

The most popular alternatives to LH User Taxonomies are Gravity Forms + Custom Post… (10K+ installs), MB Custom Post Types & Cust… (10K+ installs) and List Custom Taxonomy Widget (9K+ installs).

Powered by PageForge

Want thousands of pages that rank like these? Build them in an afternoon.

This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages — with schema, internal links and AI-written copy baked in.

  • CSV, Google Sheets & API data sources
  • AI content, schema & internal links per page
  • Works with Elementor, Gutenberg, Yoast & Rank Math
  • Free on WordPress.org — no credit card
Sarah is here to help!
Hi there! 👋 Need help finding what you're looking for?
Sarah
Sarah
Online & Ready to Help
Hi there! 👋 Need help finding what you're looking for?

We'll use this to continue our conversation

Just now ✓ Verified

Join 500+ SEO Pros Scaling Their Strategy

Get exclusive programmatic SEO tactics, AI content workflows, and the latest PageForge updates delivered straight to your inbox. Stay ahead of the algorithm.

We care about your data in our privacy policy.