Wordpress

Wordpress change InnoDB to MyIsam

If you want to change a Wordpress database from InnoDB to MyIsam.

  • make a backup of your database first
  • open your phpMyAdmin, paste in the following codes

[ Read the rest ... ]

By admin on April 24, 2010 | Posts | A comment?
Tags: ,

Delete un-used tags in Wordpress

Open phpMyAdmin, make a backup of your database first

Find all un-used tags

SELECT * From wp_terms wt
INNER JOIN wp_term_taxonomy wtt ON wt.term_id=wtt.term_id WHERE wtt.taxonomy='post_tag' AND wtt.count=0;

[ Read the rest ... ]

By admin on February 24, 2010 | Posts | A comment?
Tags: ,

Fix Wordpress update on free host

Many free web hosting provider, such as 0adz.com or vistapanel.net, offer a iVista script to automatically install Wordpress. It is very convenience. But the Wordpress installed in this way have…

[ Read the rest ... ]

By admin on October 21, 2009 | Posts | A comment?
Tags:

Wordpress Mandigo theme blockquote

To have the Wordpress Mandigo theme display blockquotes like below, insert the following code in the header area of the theme: (Dashboard > Design > HTML Inserts > Right before…

[ Read the rest ... ]

By admin on October 9, 2008 | Posts | A comment?
Tags: , ,

Wordpress – disable AutoCorrect

Wordpress has a feature similiar to the AutoCorrect in MS Word. For example, it replace double hyphen (–) to a single hyphen (-).

It think it is a nice feature…

[ Read the rest ... ]

By admin on | Posts | A comment?
Tags: ,