wp_set_object_terms Works better with term slug instead of term id so change this line:
$cat = array($category->term_id);
to:
$cat = array($category->slug);
Related Posts:
- category id (term_id) in url instead of slug
- How do I get the category URL from get_the_category?
- How do I use the same post slug for different Categories?
- Rewrite rule page url with category
- How to add the category ID to admin page
- Create terms when registering taxonomy?
- How to create non-unique sub-category slugs?
- Rewrite category slug
- Using same slug name for a page and category
- I use same slug name for category and page
- Divi change project slug based on category
- Removing the number in a category slug
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Plural Category Base Slug On Category Archive Page
- On Category page, How can I get the category ID?
- Return category slug / title from category ID
- Duplicate Category and Page URL loads Category instead of the Page
- Category slug $_SERVER[‘REQUEST_URI’];
- 403 forbidden on one page only
- Get the name an the description of a link category
- Using a portfolio_category slug in wordpress URL
- How to get category URL with the slug?
- Categories vs. Page Site Organization
- WooCommerce duplicate sub categories and product slugs
- How to view WordPress’ default category IDs?
- Need to pull parent category and slug – only pulling daughter category
- Pagination for category slug returns 404 when page >= 2
- Displaying a full post instead of a slug per category?
- wordpress sub-category ( lowercase letters + non-latin characters ) = 404
- The default code for “posts_nav_link” on category.php isn’t working
- Mod_Rewrite to show only last subcategory in URL
- Style category link depending on category ID
- Get posts from specific taxonomy term
- how to get full category path including parent and subcategories
- Automatically redirect a page to a category that share the same slug
- Use the category name instead of category slug in permalinks
- How do I add a tag slug to a category URL to filter posts?
- Change of category structure will cause two kinds of URLs for one post
- Change slug of Standard wp Post category
- Edit tag_id in category pages of dashboard
- How to get selected taxonomy or category ID if using custom walker?
- How to remove the category from post slug
- Ordering categories by slug vs. name
- Check is category parent with ids from the childs – get_term_children
- Echo Category Nicename
- pagination 404 error, same slug home and categories
- Different post slug based on archive
- A different permalink structure for different categories
- OK to redirect the root WordPress category slug?
- How Can I Use Equal And Question Mark In Category Slug?
- How to remove category name for only one category?
- How to prevent WordPress from redirecting single page to prefixed category archive with same name?
- Include a page’s “category” in its URL
- Using the slug of a custom post category as prefix for the underlying custom post slugs
- Change the full slug for a specific category?
- Get category from slug list
- Store All Post Categories In Array
- How to auto update post title and slug with category name when post status is updated
- Hide category name using mod_rewrite
- Show only one of the categories of a post in the breadcrumb?
- hierarchical taxonomy in permalinks? using same slug
- woocommerce – products by category slug? [closed]
- Category slug in in loop always the same?
- How can I get rid of the the category suffix–NOT “prefix” (i.e. foo-1, foo-2, etc)
- How to get category slug link? ( include parent categories)
- How to define category ID in an array?
- How to add custom prefix before category base for category page URL?
- Using same term for slug and category
- Is There a Difference Between Taxonomies and Categories?
- Get rid of WordPress category, tag and author archives?
- Filtering categories in the permalink structure
- wp_nav_menu not appearing for a couple pages
- Why aren’t sub-categories nested after creating post in the WP Admin?
- Preventing index.php?category_name=something from redirecting
- How to get category id of current post?
- Trash bin for categories
- How to get next previous category in same taxonomy?
- Exporting just posts of a specific category
- If a post has two categories with different permissions, what will happen? [closed]
- Dropdown category filter
- How to find the number of Tags a post has?
- Add title, post content, and category like add_post_meta and update_post_meta
- How to create button to direct to certain category
- Highlight wp_nav_menu when category is selected
- Get link which associated with a specific category and tag
- How to assign posts without any category to the default category
- Add tag parameter to category.php
- List recent posts with link to first category
- Link from navbar to categories
- WordPress showing wrong category name
- How can I filter posts by tag on the fly
- How to Show or Hidden Categories on page in WordPress?
- Media Library Categories
- Exclude category from WP_Query args not working
- WordPress pagination based on category
- Children categories not shown in dashboard
- Loops in category description
- Detecting top parent category fails on home page
- Indenting Category list
- Remove Comments section from certain category posts