You can set your tag base differently in the admin area: Settings > Permalinks
then at the bottom there is a field for “Tag Base”. Enter “celebrities” in that field and your tag pages will be yoursite.com/celebrities/some-celeb-name
.
As far as why that is, it’s because the write rules — register_taxonomy
does more than just assign labels — haven’t been changed in your example above. Also, tags are special: WordPress gives you the option to change the base. So whatever the user puts in that field is going to override what you change the rewrite to be.
Related Posts:
- How to remove the tag cloud from custom taxonomy admin page?
- Custom columns on edit-tags.php main page
- custom post type taxonomy “tag” archive : no post found
- Exclude Specific Term from Search
- Can I turn off write-in tags/taxonomies?
- Is it possible to use one slug for Multiple Taxonomies?
- Widget to display custom taxonomy tag cloud
- Post tags saving as both tag name & tag ID on post update when tags are displayed as checkboxes
- Non-hierarchical custom taxonomy using checkboxes on edit-screen -> saving issue
- How to display and use all existing tags at my write-post-at-frontend-panel?
- how to get title to custom tags page
- How do I display a tag cloud with both post tags AND a custom taxonomy?
- Can I turn off write-in tags/taxonomies?
- WordPress renames slug of tags used in multiple taxonomies?
- Allow only 1 instance of each term in each custom taxonomy
- How do I make a custom taxomony appear like tags?
- Make tag cloud links consistent
- Hook to change Custom Tag Taxonomy Links?
- How to adjust code to refresh a dropdown box with tags that are active on filtered category listing
- Metabox to list/store a certain type of post tag
- Sorting Tags by Slug Value
- Extend & Search Native WordPress Image Galleries With Tags and Taxonomies?
- How to filter a post in the Tag Cloud widget, using tags of a media library image attached to the post?
- Replace taxonomy permalinks
- Front-End Custom Taxonomy Tag Select
- Create custom taxonomy and Display in metabox dropdown
- Problem with removing post tags programmatically
- How to get custom category’s link?
- saving meta/custom field to tag
- Changing input type from text to multi select dropdown – skill taxonomy
- Displaying user selected custom tags/taxonomies on the front-end
- Featured Images for Tags?
- Displaying the post count of all custom taxonomy terms in a list format
- Automatically tag posts based on user-defined words [closed]
- making an index from custom taxonomies and tags of posts (not hierarchical taxonomy)
- Set two terms for a post when they differ only by an accent
- Get tags name under custom taxonomy in wordpress
- Filter Tags for current users
- Limit Tag Links in Post Content
- Change the Page Title of the Archive Page for Portfolio Tags
- Using wp_tag_cloud with only current post tag with special class
- Get Posts by tag from a custom taxonomy
- Display the first tag assigned to a post
- Display custom post taxonomies
- How to randomise a custom taxonomy tag cloud
- Any way to make custom taxonomy field searchable?
- How to get tags with custom taxonomy field?
- Primary Taxonomy for Post
- Group custom taxonomies based on tags contained in their posts
- Including all terms in wordpress tax_query
- Taxonomy Templates… by hierarchical level?
- Exclude specific slug in ‘get_terms’
- Show certain terms from custom taxonomy but exclude ‘parent’ terms?
- Filter all queries with a specific taxonomy
- How to remove parent taxonomy name from the title generated by wp_title()?
- Group posts that matches a term in a loop
- Custom taxonomy template loop
- Adding session variable and/or cookie based on user-selected input
- How to Reverse Taxonomy Order
- Remove pagination from WooCommerce product categories on admin edit navigation menus
- Sort custom taxonomy terms order by both count and name
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- Taxonomies in URL
- Check if term is in a taxonomy?
- How do I modify the “Insert Media” lightbox in the admin to only show media items from a category?
- quey posts from different categories with taxonomy
- Checkbox onclick filtering on the same page
- Get parent and children taxonomy in different dropbox
- Make child taxonomy categories use a set template
- Copy/clone/associate Custom field to Custom Taxonomy
- Query posts using custom taxonomy and selected terms
- Foreach loop duplicating a taxonomy thumbnail image
- Load a certain functions file for a certain taxonomy
- one post per term taxonomy
- Custom permalink accept any params
- How do I get the labels from a post
- Hide custom taxonomy from easy admin
- how to use tax_query to apply both terms or one if one is empty
- Get current page term title to use in WP_Query
- Running a function only once when a taxonomy term is changed
- Displaying my custom taxonomies in a using the_term_list()
- is there a way of getting term children that only shows those from two taxonomies
- Wp_insert_term doesn’t work from separate file with custom taxonomy
- How to create a non removable taxonomy term?
- transfer two existing taxonomy terms into one custom metabox
- How to add all existing Custom Taxonomy to Admin Menu Creations Interface?
- Catchable fatal error: Object of class WP_Error
- Permalink structure not working with Custom Taxonomy (URL like ./taxonomy/category/postname)
- Archive.php is not displaying tags
- What’s the proper WordPress URL for the template of my custom taxonomy?
- WordPress show posts from children terms of a taxonomy term
- Tags and Taxonomy links not working for Custom Post Types
- get_the_terms inside save_post gives old terms
- wp_get_object_terms count on taxonomies within an category archive
- Complex Taxonomy scheme
- Display posts from specific slug of the custom taxonomy in WordPress
- Add custom display condition to Elementor Theme Builder for custom taxonomy children, grandchildren, and great-grandchildren
- Taxonomy term template is not working
- Registering custom taxonomy using reserved terms
- Show taxonomy term meta field on single template