Getting the point in a textarea custom field
-
I created a custom textarea field in the user info edit page, the problem is that I can get the point in this area. I cant display the text on different lines or leaving a blank line. This is possible on the contrary in the default textarea with author biographical info, so I’d like to have the same beheviour. My code:
<textarea id="periodo_affitti" name="periodo_affitti"rows="5" cols="30" class="regular-text" ><?php echo esc_attr( get_the_author_meta( 'periodo_affitti', $user->ID ) ); ?></textarea><br /> <span class="periodo_affitti">periodo affitti</span>
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Getting the point in a textarea custom field’ is closed to new replies.