What web addresses are in your Dashboard > Settings > general?
if it is the old site, try changing it, if changing is impossible, try putting the following code at the top op wp-config.php:
define('WP_HOME','http://www.new_site.com');
define('WP_SITEURL','http://www.new_site.com');
Are the site urls correct?
Try searching your page template and see if you have still some old links in there.
You can replace the old url from links from the old site with by :
<?php bloginfo('siteurl'); ?>
Related Posts:
- How to use relative links on my pages?
- How can I store page ID in a post instead of other selected permalink?
- How to get a page url by a page id?
- Why does WP not use relative links when linking pages?
- Menu Link Redirect Based on Username or User ID
- Social Media Links on homepage – within posts/post loop
- Change website URL without breaking links or images? WP 3.3
- Redirect user if it’s not logged in
- Best way to add internal link in widget
- Confusion about how a URL is being parsed
- Automatically append ID to at the end of specific URLs
- why some permalinks adding characters/ruining links
- How to change old permalink?
- Migrated from Windows to Linux. Any bulk methods for fixing case sensitivity?
- How to eliminate permalink prefix in WordPress Multisite
- Get the url of a page template without using the page slug and ID
- How to generate a list of all urls
- Format HTTP links
- Edit permalink for certain pages
- cannot link a external url, present page url acting as parent url
- Can WP give a value a post ID?
- Moved site, Old links in pages still pointing to old host
- How to use page jumps to top of banner and page title?
- How to remove the link of an image on WP 4.2
- Create custom links for excerpts with php dynamically
- How can I see a list of all pages my WordPress site has generated?
- How to make different urls for some tags pages
- A dash can replace a period in a link, how to fix it
- My WP homepage works, but the other pages don’t when accessing from out side of my network
- Can I link to content dynamically from a page to a new page?
- Propper way to set anchor and url param
- Find internal links to post
- rebuilding/ rewriting a url to make it SEO friendly
- Remove link function from oembed image or video
- How to change dynamic link to relevant post
- Difference and usage of uri (e.g. get_directory_uri) and absolute path (e.g. get_directory)
- Possible to hide parts of the slug from get_template_directory_uri and bloginfo(‘template_directory’)
- After changing permalink settings, everything works fine except for the two most recent posts
- Latin character conversion
- Pretty links for PHP pages above WP /blog directory?
- Permalink / sub-template issue
- Permalink structure as code in back-end?
- What is the issue with our links? It creates a loop
- wp_get_attachment_url not working
- Make all internal links relative, or otherwise make a website accessible from multiple domains
- Creating custom permalink structure for languages
- Permalink not working for page without title
- What is the difference between get_permalink vs get_the_permalink?
- Post titles not letting me use 2 consecutive dashes in permalink
- Using underscores instead of hyphens in the permalink
- 404 on category.php pagination
- flexible rewrite ‘ramble’ URLs with WordPress
- Changing pemalink structure to /%post_id%/%postname%/
- Posts not working on windows after changing permalinks
- Custom permalink structure
- How to get rid of index.php?
- Relative or Absolute Paths for Flash Video Player Files
- Update Old Links To Pretty Permalinks Custom Post Type
- Remove Custom Taxonomy Slug from Permalink
- remove permalink trailing slash
- Use Single Blog Post as Site Front Page Without Redirect
- Redirect old permalinks with Month and name to Post name on new site
- .htaccess – Redirect duplicated post ended in ‘-number/’ to the same url without the -number/
- WordPress Permalinks on Mac OSX Server 5 (El Capitan)
- How to find out who handles a permalink?
- Permalink /%category%/%postname%/ returns 404 on OSX
- Page Attachment Permalink Structure based on Menu Order?
- How to add_rewrite_rule with two parameters to a single view page?
- Permalinks for parent/child pages and custom post types
- remove sub-category of Custom Post Type from permalink structure
- How to change wordpress category list url
- wordpress custom post type taxonomy permalink
- Change Permalink of attachment page
- WordPress Installed But Not Showing Up! [closed]
- Echo title with permalink
- Importer failed to import posts as format “day and name”
- Redirect From Url To Url
- how do prevent wordpress from creating permalinks for media files
- Changing permalink structure and domain
- Permalinks not working in WordPress
- Problem by $output and permalinks
- Pretty permalinks and Facebook comments
- WordPress upgrade from 2.7 to 3.3 Permalink problem
- Post name permalinks File not found — Mac High Sierra
- Website URL Permalinks
- Permalinks Question: Adding a prefix ONLY in front of all posts with the ‘video’ post format
- How to get a clean pagination link without variable
- Add a product attribute to permalink in WooCommerce
- Remove index.php from url in permalinks over IIS server (web.config)
- add bar in paging in the URL
- WordPress Page URL
- Can’t access WordPress site in subfolder possibly because of .htaccess redirect from root installation?
- Menu Structure with Links failure to update
- Development before domain name chosen
- Permalink, links a page to the homepage
- Editing the variables in a custom URL
- get_attachment_link() adds a hashtag to URL
- Include other parameters in permalinks for better management of browser history
- After the local installation of an old WP website I can see the homepage but I can’t access to the articles, why?
- How do I get a link to a WP page within a loop?