Title: [Plugin: WP User Frontend] Multi-categories
Last modified: August 20, 2016

---

# [Plugin: WP User Frontend] Multi-categories

 *  [gouffy41](https://wordpress.org/support/users/gouffy41/)
 * (@gouffy41)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multi-categories/)
 * Hi,
 * Is it possible to let users chose more than 1 categorie?
 * It seems easy to ad this in wpuf-add-post.php and wpuf-edit-post.php, but the
   edit page show the same categorie in every fields!
 * Thanks.
 * [http://wordpress.org/extend/plugins/wp-user-frontend/](http://wordpress.org/extend/plugins/wp-user-frontend/)

Viewing 1 replies (of 1 total)

 *  [sg1_anhell](https://wordpress.org/support/users/sg1_anhell/)
 * (@sg1_anhell)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multi-categories/#post-2768322)
 * Hi,
    I think that is it
 * Search in wpuf-add-post.php: else if ( $cat_type == ‘ajax’ ) {
 * And inside duplicate the same line, but put the ID of all exclude categories 
   you want,
 * Example (in the first show all) (in second show all except category 24):
 * else if ( $cat_type == ‘ajax’ ) {
 * wp_dropdown_categories( ‘show_option_none=’ . __( ‘– Select –‘, ‘wpuf’ ) . ‘&
   hierarchical=1&hide_empty=0&orderby=name&name=category[]&id=cat-ajax&show_count
   =0&title_li=&use_desc_for_title=1&class=cat requiredField&depth=1&exclude=’ .
   $exclude );
 * wp_dropdown_categories( ‘show_option_none=’ . __( ‘– Select –‘, ‘wpuf’ ) . ‘&
   hierarchical=1&hide_empty=0&orderby=name&name=category[]&id=cat-ajax&show_count
   =0&title_li=&use_desc_for_title=1&class=cat requiredField&depth=1&**exclude=’.’
   24’ )**;
    }
 * See you men 😉

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP User Frontend] Multi-categories’ is closed to new replies.

 * ![](https://ps.w.org/wp-user-frontend/assets/icon-256x256.gif?rev=2818776)
 * [User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration](https://wordpress.org/plugins/wp-user-frontend/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-user-frontend/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-user-frontend/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-user-frontend/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-user-frontend/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-user-frontend/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [sg1_anhell](https://wordpress.org/support/users/sg1_anhell/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multi-categories/#post-2768322)
 * Status: not resolved