Profile.php > Getting textarea to understand html
-
Hey guys, seeing as there is as yet no very good profile extension plugin, is there a way I can simply edit the code in wp-admin > profile.php
so that in the about yourself section, it will read html, at the moment it is just a textbox, how do I get that textboxt to understand html input.
<legend><?php _e(‘About yourself’); ?></legend>
<p class=”desc”><?php _e(‘Share a little biographical information to fill out your profile. This may be shown publicly.’); ?><textarea name=”description” rows=”5″ cols=”30″>
<?php echo $profileuser->description ?></textarea>
</fieldset>Thanks in advanced..
Dave.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Profile.php > Getting textarea to understand html’ is closed to new replies.