You do this with URL Rewriting. Locate your .htaccess file and add this line above # BEGIN WordPress
RewriteEngine On
RewriteRule ^author/(.*)$ /team/$1 [R=301,NC,L]
Note, if you put this inside the wordpress block it will get rewritten next time your permalinks are regenerated.
Related Posts:
- Allow arbitrary text after page URL
- Selecting An image from the Media LIbrary on the frontend
- How to get custom page template being edited in gutenberg editor
- Best practice – pages – ACF or inline coding
- How to hook up search results page to a back-end page?
- How To Load an HTML File As A WordPress Page (With No 301/No Redirect)
- How to create custom layouts and static pages in themes for clients
- Creating custom page template
- wordpress custom posts page not showing
- Best way to create a page outside of the pages list
- Custom single page based on which custom page template is selected
- How to apply styles to the custom page template
- Create a page for each database table entries
- get post author id outside loop
- get_pages() not ordering as it should
- How to customize the default HTML for WordPress Attachments
- wp_trim_words() does not trim the_content() in WordPress
- How to hide/redirect the author page
- Editing the Number at the end of Page URLs / Editing Page Slugs
- Pagination Help on Crazy Custom Authors Page
- How to let a single post have its own domain name
- page_template toggle between 2 templates + 2 permalinks for same post
- Redirect members to custom page upon logging in through WP admin
- Create subpage /user/ or /my-profile/ like /author/ with additional query like /user/user123
- Redirect to requested page after (custom) login
- Make page template that is just an “include” of another?
- Custom protected password page with ACF
- Page load requires a trailing “/” [closed]
- Programmatically add a custom page/path/url/route to WordPress
- Can I apply a WP theme to a specific custom page template?
- What is the most idiomatic way to let clients edit phrases in HTML?
- WordPress Template not affecting the working, keeps defaulting to the index.php template
- Recommend an open source, template driven website builder UI that produces a working WordPress site [closed]
- Custom page template not working
- How do I create a separate page for each author?
- For custom templates, is it better to use `template_include` or `type_template`?
- Create default_content layout template based on post id
- Remove template drop down for certain pages
- Paginate Author’s Post List on Custom Author Page (ANOTHER THEORY)
- Turn off redirect to canonical domain (or host website on any hostname)
- Split Conference WordPress Page in different years
- Search result page redirect ex.com/?s=searchterms to ex.com/searchterms
- How can I make site-wide content editable, for example footer content
- Query post for ‘selected category’ in archive.php
- Add google org chart to wordpress page
- Showcase elementor templates
- Control Content On Non-Blog Pages
- custom meta box for page default template
- Make custom page look exactly as homepage
- Set Title from Custom Template
- Change base URL of pages created by certain users
- How to structure model showcase
- How to customize
- Redirect page to default subpage
- Featured Image If Else Condition
- How to create custom search page
- Editing a post template
- Creating php pages in wordpress and assigning them to wordpress pages
- How do I create a root link in wordpress to a PDF file?
- How to add custom meta box when you have a custom page template file
- Showing different pages depending on a cookie value
- Custom Content Page
- How to make the Pages in WordPress Customized?
- Create a Page template selector page
- Change Site Logo or Menu Logo Per Page
- How to add page content into another page
- Dynamic Sidebars based on page name
- add_rewrite_rule and template redirect not working
- Display a specified content on a Page and all its child pages
- Different profile page by role
- Use a custom page with dynamic content as a user profile page
- why won’t my custom css load with the enqueue method or any other method?
- Block direct access to thank you pages
- Taxonomy template is not reading
- Conflict between Yoast SEO and my custom theme
- New Page/Post Screen Opens an Existing Post
- Static Page, need Last and Next links at the bottom
- How can I create a Custom Page? (not a page template!!)
- How can I delete the word `Category:` from page titles? [duplicate]
- How can I add category variable inside posts?
- Custom Route Returns 301/Passing Variable from Input
- How do I target this page specifically?
- How to use a custom playlist template:
- Still desperate about multiple TinyMCEs in widgets – is there any good solution to this yet?
- How to add custom Author Info Box to blog posts “only” and NOT custom post templates
- Getting a jQuery library to work in WordPress & Avada
- WordPress post submit page
- Taxonomy template by post type
- Template setting is not saving in wordpress
- Make Terms Under Custom Taxonomy Use Specific Single.php Template
- How to duplicate “Pages” section in the control panel?
- Page template with custom html fields inside a content
- Single page template
- Adding css and js to a blank page created with custom template
- Modifying a local template
- Custom template not working for existing pages [closed]
- custom post type single page template not working
- how to add a page
- How can I make a search term redirect to a page
- Redirect all pages to the custom login page except for the registration page