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 email from a smartphone.

I use a WP.org script called “Postie” which allows email posting even with an image, video or audio attachment.

Setting Postie up…

Read the full article →

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 the entire URL, copy and then paste on the browser’s URL box to open the hyperlinked page.

This has been going on until one of her friends politely asked what she was doing…

Read the full article →

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

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 long been held that titles including “H1 headings,” “H2 headings,” and so on are very important considerations if you want to have your webpages crawled effectively by search engine bots.

Here is an example to…

Read the full article →

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 readers as if you are shouting.

If all you want is to put emphasis on some parts of your message, use ALL CAPS for those important words only. (Or the other technique is to enclose…

Read the full article →

The “Posts” window: Tabs and Toolbar

This entry is part 5 of 5 in the series WordPress 101

Going back to earlier entry, you would have noticed the Posts window has two tabs, Visual and HTML.

You can use either tab. The Visual tab is something like a “WYSIWYG” (What you see is what you get) Please Login or Register to read the rest of this content.

Read the full article →

How to post content to your site

Thumbnail image for How to post content to your site
This entry is part 4 of 5 in the series WordPress 101

Why not get on posting your content now? It’s why you set up a blog site, isn’t it? To communicate, to share your ideas, to sell something, to rally people behind your cause, or for whatever reason you want to run website.

How do you post your material to your site?

If you know how to compose and send an email, then you already know how to post material to your site. You have a…

Read the full article →

How to set up your theme

This entry is part 3 of 5 in the series WordPress 101

The next thing I suggest is for you to get hold of a nice theme for your site.

There are hundreds of professional-looking free themes on the web. But before going outside, have a look first of what you already have.

With WP3.0, a standard Twenty Ten theme is built in. The theme is very powerful and it has been built by the team of Automattic, the same people behind WordPress.

Please Login or…

Read the full article →

Get familiar with the dashboard

This entry is part 2 of 5 in the series WordPress 101

Once successfully logged in to your WordPress Dashboard, administrative panel or control centre, there are a few things you need to do to get the full functionality of WordPress.

But first, you need to familiarise yourself with the controls or menus you have on the left panel. Most of the menus are collapsible. On the screenshot, Posts is collapsed to show the menus under it.

I have been using WordPress for a number of years…

Read the full article →

How to install WordPress

This entry is part 1 of 5 in the series WordPress 101

The first step to installing WordPress is to find a web host for your domain. These days, finding one is not that difficult. And web hosting is really very inexpensive, with some webhosts throwing in bonuses like free Adwords and other vouchers, even more valuable than the cost of hosting.

Setting up WordPress


When you sign up for webhosting, you’ll get a CPanel login from your host. Your CPanel control panel gives you…

Read the full article →