pretty cool you built this and it works perfectly. Tried a couple others that didn’t help much.
The only thing I still wonder about is why anyone would like to remove those fields:
Is it possible to make this optional? I’m using the Biographical Info to have it shown under the blog post on my blog, so the readers can get to know a bit more about the author of the post.
Thanks in advance,
]]>To this end, I have saved a copy of profile-form.php inside a new folder in my child theme directory. The folder is labelled: theme-my-login
However, when I delete the following code all I get is a blank screen.
Relevant code
<h3><?php _e( ‘About Yourself’, ‘theme-my-login’ ); ?></h3>
<table class=”tml-form-table”>
<tr class=”tml-user-description-wrap”>
<th><label for=”description”><?php _e( ‘Biographical Info’, ‘theme-my-login’ ); ?></label></th>
<td><textarea name=”description” id=”description” rows=”5″ cols=”30″><?php echo esc_html( $profileuser->description ); ?></textarea><br />
<span class=”description”><?php _e( ‘Share a little biographical information to fill out your profile. This may be shown publicly.’, ‘theme-my-login’ ); ?></span></td>
</tr>
<?php
$show_password_fields = apply_filters( ‘show_password_fields’, true, $profileuser );
if ( $show_password_fields ) :
?>
</table>
====================================
Any ideas as to how I can achieve the desired outcome?
Thank you very much.
Best
Philip
PS: Our site is currently under construction and password protected so I can’t provide a link I’m afraid.
]]>I’am looking for a trick to remove the “Personal Options” and “About Yourself” section on the profile page.
With some CSS tweak (like tr.user-url-wrap,tr.user-aim-wrap) I have hide the subcontent. Now I wish to remove the “main” categorie. Because those two are now empty. Thank you.
Alex.
]]>i need your help
i’m going to remove About Yourself or biographical from profile
but i didn’t find anything about it
Thanks in advance
]]>How do I get a text box/area to show up? (I am admin and the box does not exist for my profile, or anyone else’s.)
I swear this box was there before, but had no idea if it was before switching themes or WP versions…any ideas?
ScreenShot:
https://www.honduras.com/wp-content/uploads/2015/03/screen-shot.jpg
Many thanks for trying to help…
]]>Updating contact methods is a breeze as seen here..
Is there something similar to this to modify or add fields to other sections of the edit profile form? I’ve only found hooks for “near the top of the profile page”, ‘before the name’, ‘after the toolbar’ etc.
I’m looking for an easy and non-obstrusive way to add fields to the About Yourself Section, ideally before the ‘bio’, but definitely before the change password fields.
Any amount of direction would be helpful at this point.
Also, want to mention that I don’t want to use a plugin or JS if I don’t have to, but if I’m backed into a corner…well, I may have to.
]]>How do I get a text area to show up?
Thanks!
https://www.ads-software.com/extend/plugins/wp-user-frontend/
]]>Thanks,
Carol
https://www.ads-software.com/extend/plugins/register-plus-redux/
]]>