Hyperlinks and Line Breaks on Author Profile Pages
-
After hours of searching for help and fiddling around with code I managed to get my author profile pages looking nice.
eg. https://perpetualprose.com/writers/perpetualprose
However, WP strips the Descriptions of line breaks. Also, user website urls are not hyperlinked.
This is part of the code I’m using:
<h5>Writer Bio: <?php echo $curauth->description; ?></h5>
<h5>Website: <?php echo $curauth->user_url; ?></h5>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hyperlinks and Line Breaks on Author Profile Pages’ is closed to new replies.