I noticed when you typein the user’s âbiographical infoâ on the profile, it shows up in one page! Looks really terrible. So:
Is there a way to use tinyMCE or other solution for user âbiographical infoâ without messing with any core file, and without any plugin?
Thanks a lot.
Not sure if this is the perfect way to do it, but it worked for me by removing the description element using jQuery and then adding editor for the description element.
Add this to your
functions.php
:.
Someone is due for credit on this but i can’t remember where i have found this..
Anyhow this works great for me
Iâve written a plugin that replaces the Biographical Info profile field with the WordPress visual editor, TinyMCE, allowing you to editor an authorâs biography using rich text using a new function, wp_editor(), that was released with WordPress 3.3.
http://wordpress.org/extend/plugins/visual-biography-editor/
Using this plugin will ensure that the editor isnât wiped out with the next core update, which you should definitely do for security reasons.
Just adding this to the theme’s functions.php solve the problem (prevent stripping of the html from the author’s bio):
Just add it