Are your posts displaying “funny characters”?

If after upgrading your MySql server or after upgrading your self-hosted WordPress install to a later version, your WP posts show gibberish characters (see image below), chances are the character set in your MySql install is ‘latin1′ which is causing incompatibility with the ‘utf8′ WordPress default charset.

According to MySql resources, you can convert your default server charset from ‘latin1′ to ‘utf8′ by modifying the server’s initialization file. This is fine if you have the time and technical skills, and of course access to your server’s root files.

The easiest workaround I found out, and without touching your server’s root files at that, on how get rid of those “funny characters” is to edit one of the lines in your wp-config.php file.

To do this, open the wp-config.php in a text editor after downloading the file via FTP to your local drive, or opening the wp-config.php using the file manager of your server’s control panel.

Once opened, look for that line (about line number 30) commented out with /** Database Charset to use in creating database tables. */

Next to that line is: define(‘DB_CHARSET’, ‘utf8′);

Simply change ‘utf8′ to ‘latin1′ and save the file, and then upload the file to your server if you edited the file in your local drive. Otherwise, just close the editing window of your Control Panel’s file manager.

That’s it.

Did you find this useful? Please leave me a message.

Updating your WP sites on the run

If you're like me or others who spend most of their time on the road, you need tools to post new blogs or update your WordPress whilst you're away from your desktop. The best solution I have found so far is to post my blogs or news articles via … [Continue reading]

Are hyperlinks in your emails not active?

Have you wondered why the hyperlinks in your sent emails are not active? Meaning, not clickable? This is what has been bugging a friend for sometime. Each time she sent messages with hyperlinks of her suggested pages, the recipients had to highlight … [Continue reading]

How to be indexed higher by search engines using relevant keyphrases in your post titles – a case study

shortened-hyperlinks-450

There are a number of articles written about the importance of titles and headlines in search engine optimisations as well as making prospective readers jump to your website without any further prompting. We agree with the articles' claims. It has … [Continue reading]

Writing in ALL CAPS? Please don’t.

In emails, blog commenting and discussion groups, you don't need audio facilities to appear (and sound) like shouting. How? Try writing in ALL CAPS, that's how. When you write in all capital letters, this is considered by many recipients and … [Continue reading]