How to turn off Smilies in Wordpress

Smilies aren’t always a good thing, depending on the professional level of your blog, you might want to turn them off, here’s how.
In your wp-config.php file, below the database stuff, add this line:

[php]$wpsmiliestrans = array();[/php]

[tags]wordpress, php[/tags]

Bookmark on del.icio.us

Leave a Comment

Comments use Markdown Syntax.