Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you ever end up finding one?

    Thread Starter SarahS91

    (@sarahs91)

    Hi gdprabowo,

    Thank you for your response. What I’m looking for is a profile page that can be viewed by other uses, which I’ve achieved by using the WordPress Users plugin. What I’m looking to do is add more fields that can be seen via that plugin using the information the user puts in on their edit profile page that Theme my login offers.

    I have the profile_template enabled and all but when I edit and copy the piece he had for the publicly displayed describtion, it overrides whatever I’ve written in for that box. see here:

    <tr>			<th><label for="description"><?php _e( 'About Your Cause' ); ?></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( 'Please share a description of your cause. This will be shown publicly.' ); ?></span></td>
    		</tr>
Viewing 2 replies - 1 through 2 (of 2 total)