So I have a WordPress installation on blablabla.com/blog/ path. I want to apply for Adsense now, so I need to move my installation to blablabla.com (main path). How can I do this without losing any ranking? Thanks.
I have moved WordPress files & database from localhost to live server successfully. However, now when I try to move it back to localhost the links doesn't work, although they should. I am using root-relative links in my hrefs as in: href="/about-us" I am using the plugin All in One WP Migration. Have tried the following: Multiple .wpress backup files from the plugin, Reinstalled XAMPP, Several different database names for local WP installation, Severeal different usernames for local WP installation, …
Situation: I'm trying to migrate static page made with HTML/CSS/JS into Wordpress. The images won't load. They work in HTML, but when I migrate into PHP there are only alt-descriptions visible. Upon examining it in the Mozilla Dev Tools, there is a correct link to the image that displays the image upon clicking. However, on the migrated WP site there's an error "Couldn't load image". Directory seems correct, but image just won't load. What I tried. get_theme_file_uri() <img src="<?php echo …
I'm trying to move a Wordpress installation in a web hosting to a localhost installation for development. I followed this tutorial (Section Manually Move a Live WordPress Site to Local Server, for now I'm not allowed to install plugins, so I must do it manually). I'm using MAMP Free edition and followed all the steps in the aforementioned tutorial. But when I tried to open the site in the local installation I got the message (In Safari): Safari cannot open …
I am having hard time for importing to user-meta and post-meta from my non-wp-tables. I am trying to do db migration from user table and post table to WordPress tables. So it might be user table to wp-users and wp-usermeta post table to wp-posts and wp-postmeta I have been trying to find good plugins but it's all limited. (only basic information) My old user table has all of users information on only 1 row (1 line) such as phone number, …
I've used a plugin called WP all-on-one migration to migrate my website. I've also saved the permalinks twice, as instructed after the importation. The default permalink setting works fine, but any other permalink setting results in a 404 error code (except for the home page). Plugin: https://wordpress.org/plugins/all-in-one-wp-migration/ Website: http://nieuw.ohmembercard.nl/ Already tried the following: 1. Saving the permalinks twice (as instructed after importing by the plugin) 2. Rename old .htaccess file, let the site automaticly create a new one
I moved over a development site to the client's hosting server using the WP Clone plugin. It seemed to work just fine, until I noticed a bunch of odd question marks where things like em-dashes and apostrophes should be. It appears to be a unicode issue, but the only difference I can tell between the two servers is that the client-side is using utf8mb4_unicode_c and my development server is using utf8_unicode_ci. If I copy and paste a page from the …
I have attempted to move a Wordpress site from a subdirectory on my root domain to a subdomain. I changed the site options in Wordpress settings > general first, and then copied over the contents from the subdirectory to the subdomain. Nothing is available on the new subdomain, however. Is there a way to save this migration?
I have websites that contain some free@minimum and paid editors of WordPress (eg.elementor which supports only single sites' license) now wp 5.9 has come out with full site editing features.it is instructed to migrate the website from the existing website to the new version. only regular methods of upgradations won't able to facilitate the full site editing. and also I need to change the MySQL character set during the migration process. I can understand if we can just copy the …
I need to copy over Wordpress users with roles/passwords intact to a new install. I'd prefer not to copy the entire site (though if I have to I will.) Currently I only have the one main admin account on the new install. Some people have mentioned importing the old user and user-meta tables from the original database, but others have said this could cause problems.
I need to import 2000 posts from one website to another. Posts doesn't have any custom fields. We need to import title, content, featured image, slug and language. For language I am using Polylang plugin. Using WordPress import and export I can import all the posts. In this way language with category is selected but featured images keeps showing loading gif and I cannot see any image there. I need to move also these images in Media folder on a …
I have a WordPress site at the root of a bluehost account ( inside public_html ) and there is an add-on domain also residing in a folder named devsite inside public_html. We have spent months developing the content in the devsite to be ready to promote to production. On Saturday, I made a control panel snapshot and downloaded copies of both the current production site as well as the development site. Then I tried the upgrade. The first way I …
I have the Duplicator Pro plugin. In the past it was fairly easy to use. I have a wordpress site on a server, I'm trying to bring it down/migrate it down into a local sandbox. I have my local wordpress instance setup with Docker. Spinning it up initially with Docker was very easy and was tired of the clunky MAMP/WAMP tools. However migrating the site down while using Docker locally has been a challenge. With the Duplicator pro plugin the …
So i migrated from localhost to my server, everything is working but my plugin cannot get the custom fields data anymore. I get my custom fields this way: $customs = get_post_custom($nodeid); $customs['concertname'][0]; Then i tried get post meta and this also returns an empty string... The plugin i use is advanced custom fields, i use my own plugin to get the custom post data and put it in an xml. Local, everything is working like a charm. Plz help, this …
I have been looking for guidance on this for a while. This question is the nearest I have come to my case: How can I make updates to a site, on a development copy, but then move updates back without overriding live site's evolving database? I don't have enough points to contribute to that, so I have started this question. I am not an expert, but I am quite experienced with WordPress. The basic question is really simple. I have …
I have big problem with white screen in WordPress. I would like to migrate site from live to localhost, I don't have credentials for hosting, and I've migrated site using All In One Import Plugin. Steps: I've extracted .wpress file using wpress-extractor. On Localhost installed fresh WordPress Created new database and imported database from live site Files from extracted .wpress file I've copied into wp-content Inside wp-config.php change database, set credentials for login, change prefix of database etc ... After …
I've got the opposite problem a lot of people can when switching servers. All the pages work fine, EXCEPT the home page, which is generating a 404. It's just the blog URL by itself (mysite.com/blogfolder/). Wordpress is installed in a folder in the site root, and worked fine at the old host. htaccess is all what it is supposed to be for this kind of installation. What could cause this??
I'm running a multisite WordPress, and I need to so the following migration between 2 blogs: All the posts of a sub-category X that has the parent category programs from the blog A. To the blog B under a sub-taxonomy X that has a parent custom taxonomy programs. Blog A doesn't have the taxonomy programs, it only has it as a parent category. Blog B has the taxonomy programs already created, but doesn't have it as a category. And I …
So, I have a website working properly on my localhost but when I migrate it to hosted server I get too many redirects error. I've done migrations before and this never happend but this time. Difference is that the server has SSL certificate activated to my domain. Can this problem occur because I developed site on localhost with no SSL certificate and on HTTP protocol instead of HTTPS? How can I fix this or what is the proper way for …
I installed a ssl certificate to my blog and moved everything from http to https. But I still get duplicate content warnings that the google fonts are loaded via http. I can't seem to find where I can change this. I am using the theme SmartAdapt. Can anyone give me a tip, where i can change these font includes to https? Thank you very much, Michael