Archive for the ‘WordPress’ Category

WordPress 2.8 Visual Editor Disappeared?!

Tuesday, September 22nd, 2009

I have upgraded my WordPress to version 2.8.4 few weeks ago. Didn’t notice any different at that time until found a big big problem few days back.

The post visual editor totally disappeared! Even the content loss after save draft. I thought was due to slow internet connection or bad server performance.

On the next day when I check back, it is still the same. I know something is not right. Check other blogs and found no problem. So the only root cause I can think of is its WordPress version.

Tweak WordPress Config File

Search many help on Internet but useless. Except one is really working. What I did is just add the code below into wp-config.php, somewhere near the top or middle but not at bottom. (more…)

Upgrade WordPress 2.8.2 Blog Platform

Monday, July 27th, 2009

AhTim dot com is now powered by WordPress 2.8.2. Its already a year since my last upgrade to WordPress 2.6.

The total upgrade time is 27 minutes, including plugins reactivation. I use the 3 easiest steps to upgrade instead of normal way.

I set own rules to upgrade WordPress engine not more than twice a year. But this time really wait too long until its latest release.

What’s New in WordPress 2.8.2?

There are too much different since my WordPress 2.6. I don’t think you all want to know all upgrades and differences. Just highlight some features which useful for day to day blogging life. (more…)

Upgrade to WordPress 2.8 Or Not?

Tuesday, June 16th, 2009

WordPress 2.8 is out since last week. But I am still using WordPress 2.6.

Many of you asking should I upgrade my blog engine to WordPress 2.8? My answer is Do Not Simply upgrade without planning. New version is always new features, mean new risks!

WordPress 2.8 Highlights

Some expected highlight features in the latest WordPress version. Mainly on admin interface section.

  • New drag-and-drop widgets admin interface
  • Plugin and Theme Editor with Syntax highlighting and function lookup
  • Four columns dashboard widgets
  • Faster admin pages loading

More highlights and new features here.

Check Plugin First!

Many complaint their blog down after upgrade. Most of the problem related to auto update, incompatible plugins and theme. So, check your plugins compatibility first, before upgrade to WordPress 2.8. (more…)

Import Large WordPress WXR File

Tuesday, May 26th, 2009

Migrated my wife’s blog to my web hosting successfully, finally. I hate migrate blog, is a tedious and troublesome job. Hope this is the last time!

I used WordPress Export and Import method. It is the easiest way.

Too Large to Import

Unfortunately, the exported file 10.9MB cannot be import back. My web hosting only accept WXR file up to 8MB.

Of course easiest way is to change upload_max_filesize value in php.ini settings file. Need administrator access to change the setting. Since I’m not on dedicated server, have to use another workaround. (more…)

Manage WordPress Comments in AIR

Wednesday, October 29th, 2008

Tired of manage WordPress comments? We know it is inconvenient to refresh the comment page to check for new comment from time to time.

Manage comment become easy with Moderator plugin. This is not simply a plugin. Its a WordPress plugin that associated with desktop application on Adobe AIR. It allow us to view and moderate comments from desktop.

Comment Moderator Features

Since it is still early version, it has only basic features:

  • Viewing unmoderated comments.
  • Dock and system tray notifications of the number of unmoderated comments.
  • Accept, delete, and spam comments from within the desktop client.
  • Close application window, or minimize it to the system tray while running.
  • Shows the Gravatar icons for the user who posted the comment.

You must have WordPress 2.6+ and Adobe AIR 1.1 to run Moderator. (more…)