How do I move my WordPress domain to another domain?

You need to create a database (with the corresponding username and permissions) in the cPanel of yolo.com, so your blog won’t interfere with whatever you have in yolo.com. MySQL Assistant of cPanel is very easy and fast. You need to download and install WordPress in yolo.com/blog folder. In your cpanel this usually is public_html/blog. Install … Read more

Posts not showing content after migration

As suggested by Jos the reason for this was that the post_name column in the wp_posts table was empty. To correct the said problem, the following steps were taken: Backup the database. Check for duplicates in the database. select * from (select count(*) as c, post_title from wp_posts where post_name=”” and post_type=”post”) as counts where … Read more

Images 404 after wp migration to a subdomain

Image URLs are stored within the ‘post’ entry that is the media item. So you can change each one manually via the Media screen. Or use a search/replace plugin to do it all at once. I like the “Better Search and Replace” plugin. Just enter the old URL’s domain, and the new one. Use the … Read more

White screen after moving site to new server

Check the wp-options table and fix the two URLs in there to your site’s URLs. Then remove the URLs you added to the wp-config.php file. (That setting in the wp-config.php file overrides the wp-options table, but I don’t recommend that way of setting up the site URLs – set the URLs in teh wp-options table. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)