Title: Custom Taxonomy user based creation
Last modified: August 30, 2016

---

# Custom Taxonomy user based creation

 *  Resolved [polykrom](https://wordpress.org/support/users/polykrom/)
 * (@polykrom)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/custom-taxonomy-user-based-creation/)
 * Hi all !
 * I need to create a User based Custom Post, Custom Taxonomy creation.
 * So in Admin and Frontend i can related the Creation/Update & Delete to the current
   logged in user.
 * Is there a relationShip table to do this ? , or have i to create one myself (
   meta) ? Maybe already implemented in WP (If Yes, How can i create/get/update/
   delete datas for this ?).
 * thanks a lot 🙂

Viewing 1 replies (of 1 total)

 *  Thread Starter [polykrom](https://wordpress.org/support/users/polykrom/)
 * (@polykrom)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/custom-taxonomy-user-based-creation/#post-6840515)
 * Re,
 * I think i figure out this topic.
 * To create a user based Term in Custom Taxonomy, i’ve created a meta attached 
   to the term (new WP 4.4 feature) ‘author’ which contains the logged in user ID:
 * `add_term_meta($term_id,'author',get_current_user_id());`
 * and then to retrieve the user who has created the term :
 * `$author = get_the_author_meta( 'user_nicename', intval(get_term_meta($term_id,'
   author')) );`
 * I think it’s the best way to do it.
 * cheers !

Viewing 1 replies (of 1 total)

The topic ‘Custom Taxonomy user based creation’ is closed to new replies.

## Tags

 * [custom taxonomy](https://wordpress.org/support/topic-tag/custom-taxonomy/)
 * [users](https://wordpress.org/support/topic-tag/users/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [polykrom](https://wordpress.org/support/users/polykrom/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/custom-taxonomy-user-based-creation/#post-6840515)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
