Wasn’t sure how the categories were being associated with the users so I checked the tutorial you linked to and found this:
$user_meta = get_user_meta( $user_id, USER_CATEGORY_META_KEY, true );
It’d be whatever your code’s version of that line is… so whatever you’re saving the categories as in terms of user_meta, you’d call that. But change the true to false so you get all of them instead of just one. From there you should be able to parse all of it however you want.
Related Posts:
- Add default WordPress tag meta box to User Profile
- Query users by custom taxonomy and user role
- Connect Users and Taxonomies
- What template is used for a custom taxonomy page?
- Taxonomy page template changing when using query variables
- Can I use a Custom Meta Value inside of ‘get_the_terms’?
- Display all posts for taxonomy term across multiple custom post types
- Custom Taxonomy isn’t working from frontend post submitting
- get the taxonomies terms associated with users
- How to use multiple archive templates for a taxonomy?
- What is the most efficient way of implementing a notification system? [closed]
- How to output taxonomy term (incl. link to archive) on author.php?
- Can You Build Page Templates Without Extra Files
- Taxonomies specific to Page attribute template
- Taxonomies on Pages with Custom Formatting
- add pagination in wordpress page template
- Retrieve & Display User Meta Values from Checkboxes
- Link a page from admin to a custom taxonomy
- Custom taxonomy page template name and how to use it?
- How to save custom taxonomy archive as a page template?
- How to query authors by custom taxonomy?
- Automatically Populate Post Taxonomy Data Based on Post Author Meta Data?
- Run next query based on first query’s term
- Custom taxonomy page uses index.php
- Custom taxonomy subcategories template page
- How can I get parent term from a child term
- get_the_term_list without links in 3.1
- Custom columns on edit-tags.php main page
- get_term_children for immediate children only (not grandchildren)
- Creating a non-removable taxonomy term
- Is it possible to use one slug for Multiple Taxonomies?
- Is it possible to add taxonomies to user profiles?
- Get terms from multiple taxonomies
- How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)
- get taxonomy terms for parent and child
- On Taxonomy Template page, want to add Post_Type
- Separator for multiple terms
- The next_posts_link() show me a aditional page in blank
- Help building array hierarchically with taxonomies (to get posts)
- What are terms and taxonomy, how they related to post and how these three are stored in database?
- Get multiple term objects by ids
- Echo custom taxonomy term name
- Next and Previous links on a single taxonomy page only link to same term
- Why does WP rename similar “term name”-slugs in separate taxonomies?
- How can I get WP to build a feed based on multiple taxonomy terms
- Getting the selected terms for custom taxonomies in the editor
- Change permalink of post if it belongs to custom taxonomy
- Set custom post type terms by id without knowing taxonomy
- How to determine the depth of a term in a custom taxonomy?
- How do I Use Multiple Loops with WP_Query?
- $wpdb query a post type within a specific taxonomy term while ordering posts by custom meta value?
- How to add contents of a custom field to a taxonomy term list?
- Google Map Shortcode for Custom Taxonomy/Post Types
- Querying two taxonomies
- Using custom taxonomy to tag posts for inclusion in slider
- Custom taxonomy forms for user profile
- Is it possible to store Json data in post_meta and manipulate
- How to create a dependent drop-down and options in dropdown must be manageable from admin panel
- Filtering posts by an already registered taxonomy
- Search Tool only refreshes Page without showing results
- Add Taxonomy Subcategory To Permalink
- Updating / Saving items generated by wp_terms_checklist on frontend
- Customizing Primary Menu to include custom taxonomy description
- Rewrites with hierarchical taxonomies in permalink
- Custom Taxonomy with tax_query
- Update table wp_term_taxonomy.count after INSERT INTO via SQL
- Get posts in certain Taxonomy terms for the current page url
- Exclude taxonomy term from all loops, but having it on widget
- Get all attachments by custom taxonomy – term
- Get terms that don’t belong to current post with a shortcode
- saving meta/custom field to tag
- How to get posts that contain multiple terms from multiple taxonomies?
- Cannot delete or edit a single term in a custom taxonomy, taxonomy name is wrong?
- View the complete list of a taxonomy in the navigation menu
- Correctly order the hierarchy of custom taxonomy when displaying terms
- Archive page for custom taxonomy grouped by month
- Taxonomy page shows category in title
- Replace taxonomy term with an image in a custom loop
- Need to display custom taxonomy on single page – not working
- Show single Child Category on Custom Post
- Only display latest custom taxonomy post
- unable to save custom taxonomy terms in a custom-built metabox in wp-admin
- How to group non-hierarchical tags?
- Multiple Drop-Down custom taxonomies search
- How to combine taxonomies into URL?
- Issue adding custom taxonomies to custom post type (PHP)
- Taxonomy URL rewrite whilst keeping filtered posts?
- Add terms to a taxonomy archive from within the same taxonomy
- Fill New Taxonomies
- How do I show the parent term on a custom taxonomy template (not the ID)?
- Display taxonomies for custom post type
- Custom Taxonomy – Dropdown
- How to show selected check box vendors on front end home page?
- custom taxonomy don’t return a value
- Where to put a migration script to switch post information?
- Gravity prerender taxonomy [closed]
- One taxonomy template for all categories?
- Error in Custom Taxonomy UI
- Remove ‘portfolio’ from URL
- Foreach for get_the_terms for hierarchical taxonomy don’t repeat Top Level Terms if contains multiple Second Level Terms