Allowing HTML in WordPress Profile Descriptions
This is a short, technical post on how to solve a problem with WordPress. I realize it will only apply to some, but it is the answer to those who need it.
The problem is that the profile field for authors in WordPress is very limiting, by default. It strips all HTML out of the field, which means you cannot include links, images, even basic formatting. In my opinion, this is really stupid and I don’t know why the WordPress guys decided to do that. Unfortunately, the way they did it makes use of the filter system in WordPress. To my knowledge, then, you cannot undo it with a plug-in (I may be wrong). The good news is that it is really easy to stop the filter from working.
To do this, open up /wp-includes/registration.php in a text editor. Then, find the following code:
$description = apply_filters('pre_user_description', $description);
Comment it out by putting two slashes in front of it, making it:
//$description = apply_filters('pre_user_description', $description);
This is a quick and dirty way to allow anything into the author description field in WordPress.

Like what you read?
If so, please join over 12,000 people who receive exclusive online business and blogging tips, and get a FREE COPY of my eBook, Six Figure Blogger Blueprint (PDF and MP3)! Just enter your name and email below:
-
http://www.betterforbusiness.com Terra Andersen
-
http://www.betterforbusiness.com Terra Andersen
-
http://sokai.name sokai
-
http://sokai.name sokai
-
fimp
-
fimp
-
http://www.ljcapitalgroup.com/about Brian
-
http://www.ljcapitalgroup.com/about Brian
-
http://www.kalenga.fr/ Kalenga
-
http://www.kalenga.fr/ Kalenga
-
Manuel
-
Manu
Hey, I'm David. Dont' know where to start? No worries. Let me help you get started.
The Six Figure Blogger Blueprint - PDF Edition... to discover the exact blueprint to generating six figures from your blog.


