Wednesday 22 May 2013

getting rid of  values from Wordpress content.

Use this code in your Mysql Database.  Note: you may need to change the 'wp_' prefix.

UPDATE wp_posts SET post_content = replace(post_content,"Â"," ");

No comments: