You need to modify the rewrite argument when you register your post type:
$args = array(
// [...]
'rewrite' => array( 'slug' => "Tours" ),
);
register_post_type( mc_tours, $args );
Related Posts:
- Using categories and pages in menus
- Category menu item and its last 10 posts as sub-menu
- Duplicate Category and Page URL loads Category instead of the Page
- Add Product categories to WordPress menu without losing hierarchy
- Add a specific category at a specific place to the menu that uses wp_list_pages
- Hard coded main navigation
- Multiple URL’s based on category for one post
- How can you change the permalink for pages?
- How to create a subcategory to a PAGE on WP?
- Give Children Unique ID’s
- wp_list_pages() not showing on posts
- How to use category slug with a regular page
- How to add all subcategories as submenu in WordPress menu
- Show custom menu in category and its posts
- Remove parent category from permalink? Basically only have the child category?
- Category archive by year with permalink support /category/YYYY
- Add a URL prefix to permalinks of one category of posts only
- Force WordPress to Show Pages Instead of Category
- How do I use the same post slug for different Categories?
- Get page content by category or tag
- Changing the category permalink structure
- How to make pages metabox display all hierarchy in menu admin?
- Using same slug name for a page and category
- Remove “Category Archives: title” at the top of a category page [duplicate]
- Exclude subcategories from the url
- How to have a static category/author page?
- Assign different category colours to different categories in the main menu
- Auto add pages to category menu
- Display WooCommerce product categories in a 4 columns custom menu [closed]
- Page with the same name of a category
- Permalinks – Different structures for different categories?
- Subpages return 404 error [closed]
- New categories are now going to 404s
- Custom Category/Subcategory structure
- Default category link for a custom category is a broken link
- in_category() works in single.php but not in page.php?
- How to filter posts by format and category via url?
- How do I automatically put categories and their descriptions on a WP Page?
- Possible to make a subdirectory that loops through a single category?
- editing fonts of category links from the_category() funtion
- Is it possible to restrict viewing of category PAGE to logged in users only?
- Schedule Page to Menu [duplicate]
- Automatically adding categories and authors in custom menu?
- Categories showing page not found
- The default code for “posts_nav_link” on category.php isn’t working
- Read GET parameters in APACHE Mod Rewrite rules for WordPress categories in Posts
- Have different permalinks based on category
- Hide uncategorized when no category set
- How to “group” (categorize) the Pages together?
- Remove subcategory and category with some rules from permalink
- WordPress URL Rewrite for dynamic and customized URL
- Different menu navigation per category
- Putting a Category of posts under a Page
- Custom Walker for wp_list_categories
- get_the_title() gets printed out twice
- Get category URL knowing it’s id
- Category.php loads first before page.php?
- How to insert category list into post creation page, and retrieve chosen categories?
- Create menu locations for each category in wordpress
- How to get Next/previous_post_link to go through articles in top parent category
- Hooking to walker_nav_menu_start_el to insert list of subpages
- How do I attach a page to a category similar to how we attach media to a post?
- WordPress list categories dropdown with parent-child relation and child under it’s parent
- How to Link to Most Recent Custom Post of Same Term
- Category url generate 404 error
- How to get category id’s which are added in main menu?
- Link from navbar to categories
- Add posts of a certain category to a page
- Posts of specific category on page and excluded from index.htm
- wp_nav_menu not appearing correctly on category page
- Custom Portfolio Page
- WP as a CMS menu
- Categories show 404 error on multisite installation
- Custom menu with categories and tags
- remove url from categories
- Categories are not available AT ALL under Menus
- A different permalink structure for different categories
- How to redirect to category page if page does not exists?
- Page category filter in admin dashboard
- Add prefix to url, but products not showing in page SHOP
- Is it possible to set up blog categories without changing permalink structure
- Remove WP Core canonical for category pagination
- Display menu in category and sub category
- Show alternative menu based on page template AND post category
- Subcategory Page 404ing
- displaying one category on one page
- Product categories are mixed when creating menu
- how to create pages and link them to a menu
- Need help to structure our a complex hierarchy
- WordPress and “pretty permalink”
- Group Posts by First Letter of Title categories
- hierarchical taxonomy in permalinks? using same slug
- Changing Permalinks for Category Pages Only
- Twenty Eleven Theme [duplicate]
- How do I hide posts in a category from all listings but still allow the posts to be viewed?
- Custom permalinks structure
- How to display posts by author in a separate page, other than author.php?
- How to get category slug link? ( include parent categories)
- Remove “?category=” in the URL wordpress ajax filter work for category
- How to remove the category from the url only for a specific category of articles on wordpress