Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andy Forsberg

    (@penguininitiatives)

    You have two options…

    1) You can update to version 1.3.4 which I just published. I added support for carriage returns in the user profile bio description field to accommodate paragraphs. This means now when you hit enter in the description field and save it, it will render as an HTML line break.

    2) You can tell WordPress to allow HTML in user profile description fields by adding the following line of code to your active WordPress theme’s function.php file:

    remove_filter('pre_user_description', 'wp_filter_kses');

    =)

    Thread Starter RPavlis

    (@rpavlis)

    I updated to new version. Thanks–works like a charm.

    I like the way it looks but when I installed it and added it to one of the guest posts, another bio box appeared. Now there are two bio boxes. Not sure how this happened. I want to use yours alone but don’t know how to disable the other.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘adding paragraphs to bio’ is closed to new replies.