User profiles in WordPress is the perfect ways to display our information, such as website, Yahoo Messenger and many more. You can add some description about yourself on WordPress Profiles too.
The problem is, default WordPress Profiles descriptions fields is limited some HTML markup, this is not good. But with some tricks we can remove this and we can customizing profiles, so our user able to include a hyperlink, bold text, or some other HTML markup. By default, WordPress prevents this from happening, but you can easily enable it with this friendly little snippet on your theme functions.php
Write Down Enable HTML markup in user profiles code below
// enable html markup in user profiles
remove_filter('pre_user_description', 'wp_filter_kses');
That’s it, and you are done, please note you need to disabled user registration, because this ability maybe will be use some SPAMMER to put some weird and BAD links, thanks for DigWP for share this




Pingback: Tweets that mention How To Enable HTML markup in user profiles # WordPress Tricks & Tips -- Topsy.com