Unicode characters displaying as ? after import using WP Clone

I wanted to add this as a comment because I want to be brief, but SE will not let me do it since I just signed up. Anyway, I just faced the exact same issue you are facing. This blog post helped me: http://theblogpress.com/blog/seeing-weird-characters-on-blog-how-to-fix-wordpress-character-encoding-latin1-to-utf8/ As well as this thread: Character encoding issue after changing servers … Read more

Mixed Content warnings google fonts

Search the place in your theme where you’re including the google fonts script, and remove the leading part http: , at the beginning of google fonts api url. The part you’re going to leave should look like //fonts.googleapis.com/css?family= and so on (leave what is after family but nothing before // ) Make a search replace … Read more

how to update link on live site from test site

It’s a very common issue when migrating to a different domain. Try one of the two options: 1. Backend: execute a SQL query Go into your database (phpMyAdmin) and execute the following SQL query: UPDATE wp_options SET option_value = replace(option_value, ‘OLD_URL’, ‘NEW_URL’) WHERE option_name=”home” OR option_name=”siteurl”; UPDATE wp_posts SET guid = replace(guid, ‘OLD_URL’,’NEW_URL’); UPDATE wp_posts … Read more

What is most efficient way to migrate wordpress website?

I use All-in-one WP Migration. It handles the database search/replace automatically, and lets you specify what parts of the site to export. Upload can be troublesome sometimes, but if you ftp the .wpress file to /wp-content/ai1wm-backups/ you can import from the backup instead of uploading through the plugin interface.

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