Menus are manually managed in WordPress. Log into wp-admin, and there are 2 places you can update these links.
-
Appearance > Menus – select each menu in turn until you find the link in question, then update it. It’s best to add a Page (or Post or whatever content type) straight from this admin interface; then it pulls from the database ID and doesn’t hard-code the URL like you are running into here.
-
Appearance > Customize – go to Menus, then same process, browse through all the menus until you find the problem links and replace them.
Related Posts:
- MySQL: Possible to replace all of wp_posts.post_content(id#) via UPDATE + REPLACE + SELECT?
- How to display by default only published posts/pages in the admin area?
- Find out who deleted a page or post?
- Post/Page Preview Template
- using wp_update_post on save_post
- Replace image attributes for lazyload plugin (data-src)
- WordPress plugin to publish to multiple remote WordPress blogs
- Any way to create a revision of a post ONLY with a new button in the Meta Box?
- How to display comments and comment form on custom post type?
- Add default content to post (for specific category)
- How to wrap every image in a post with a div?
- Show One Category on Post
- WordPress Delete hook with wp_delete_post function?
- Custom post type single (permalink) throws a 404 error
- Order post by year DESC and month ASC
- Do I use custom post type or something else?
- how “manage_posts_custom_column” action hook relate to “manage_${post_type}_columns” filter hook?
- Delete Post From Front-End and attachment permanently
- same template for multiple custom post type single
- Replace existing pages with new pages, keep menu links
- if custom post type exist
- Custom post type permalinks breaking due to 3.1 bug fix
- ‘Invalid post type’ error when importing from one site to another
- Blogroll – Different layout for first post
- How to delete old posts’ edits to save space?
- Get post id in wordpress action?
- Manually removing revision post types
- Run a function when post is deleted?
- Remove slashes (both before and after) in relative post url
- Tags to Post-ID mysql query. Tag Search
- Edit custom post type admin menu link
- How to include a post type in the admin/backend?
- How to make number of blog posts a custom field?
- WordPress blog or WordPress website
- Using custom post template
- Hiding Draft Post In Admin
- Adding custom fields to bbpress reply form
- Making a custom Pagination for multi page blog post
- Get user categories with most posts in it
- MySql query to get posts with all meta and terms
- Permission issue with custom post type – not added to menu – by plugin
- Remove Custom Post Type Slug and add Custom Taxonomy to Permalink Structure?
- List authors with the last post title and order by last post date
- Thumbnail & Category link aside post
- Order posts alphabetically: how to set order=asc in mysql query?
- What do these phpMyAdmin errors mean on my WordPress databaes?
- Custom post types related to same custom post type?
- Is it possible to customize the post according to post format in single.php?
- Is there a way to create a meta box that can be added multiple times to a post dynamically?
- WordPress custom post type with folder structure in slug
- Check if a custom post type has already been created
- How to add automatically bootstrap 4 order-lg-1 and order-lg-2 classes for columns in foreach loop based on the count?
- Queries take 120+ seconds on my large WordPress site
- Show custom post with custom categories with specific slug
- Display the 2nd category name of a custom post type without error if its null?
- How to call posts under a specific category on static front page?
- Querying another post category to match current post and display in loop
- datepicker value in mysql
- Get author posts count after excluding a category
- Optimize CPT-function with a loop
- Add post tags to previously created custom post type
- Simple Custom Metabox Not Saving
- How to display only one category in a custom post type?
- How to restore deleted post related with deleted users
- Custom Post Type Single Loop Outputting Wrong Post
- WordPress Post Deletion Issue
- How Can I Always Display A Particular Post First Using WP_Query?
- Deleting post tags removes categories
- Change modified date to current date when title updated automatically
- Turn off display for custom sidebar post widget when on the post it’s displaying
- How to bulk Update URLs to new values?
- How to put the author of the post in the comments?
- MYSQL: Create SQL query to search for string and replace
- How to add a custom class attribute into code wrapper? [duplicate]
- Redirecting wordpress search query to archive page
- Include Recent Post in Category
- Pagination Not Working With Custom Post Type Category
- Bulk find & replace on WordPress posts/pages (minus image paths)
- Hide or remove custom post status
- insert post fails after multiple postings
- Custom Post Types and Broken Permalinks
- The first post appears twice
- Customizing URL slugs of Custom Post Type and Taxonomy make posts/pages 404
- Append a random string to a post permalink
- Show Posts By Custom Field
- Custom Post Type doesn’t use single.php or single-{custom_post_type}.php
- How to retrieve custom field values and save again as array
- Is there a Standard Format for Clean URLs for Archives of Custom Posts?
- Customize search results to include custom posts and display in a specific template page
- Custom permalink based on custom post type fields
- Checking if some condition is matched before inserting post into database
- How to only allow post to be deleted if custom field doesn’t exist
- FIND and REPLACE wp_posts AND IGNORE custom post type mysql query
- Special Query: Title, Terms, Content – %LIKE%
- Custom Post Title as search term
- adding custom meta as well as looping through posts
- Best way to enable sorting by 3 criteria on a page of listings
- How remove “recent comments” title without modifying code? [closed]
- How edit footer copyright info? [closed]
- Notify/check if the content of a custom gutenberg block has changed on save_post