<tr> <th><label for="twitter"><?php _e('Logo:','appthemes')?></label></th> <td> <input type="text" name="logo_id" id="logo_id" value="<?php echo esc_attr(get_the_author_meta('logo_id', $user->ID)); ?>" class="regular-text" size="35" /><br /> <span class="description"><?php _e('Enter your logo image URL - Include the http:// part in front of the url','appthemes')?></span> </td> </tr>
update_usermeta($user_ID, 'logo_id', $_POST['logo_id']); update_usermeta($user_ID, 'twitter_id', $_POST['twitter_id']); update_usermeta($user_ID, 'facebook_id', $_POST['facebook_id']); update_usermeta($user_ID, 'paypal_email', $_POST['paypal_email']);
<div id="user-logo"><img src="<?php echo $curauth->logo_id; ?>" alt="" /></div>
There are currently 1 users browsing this thread. (0 members and 1 guests)