Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter option8

    (@option8)

    ah. my mistake.

    i was using
    echo $curauth->description
    in my template. i’ve switched it to

    <?php
    $authorID = $curauth->ID;
    the_author_meta( description, $authorID);
    	?>

    which returns the proper formatting.

    Thanks for this tip! It helped me a lot. Maybe this should be placed as extra info under “Installation”?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Visual Editor Biography] missing P tags’ is closed to new replies.