• I have been searching all morning for a plugin that will allow html in the authors description
    aka authordata->user_description

Viewing 1 replies (of 1 total)
  • I was looking this like crazy too. Finally figured out it’s explained in this thread:
    http://wordpress.org/support/topic/167357

    You need to edit the file wp-includes/default-filters.php adding the line:
    remove_filter(‘pre_user_description’, ‘wp_filter_kses’);

    Before the } at the bottom of the sections:
    // Strip, trim, kses, special chars for string saves
    // Kses only for textarea saves

    Best

Viewing 1 replies (of 1 total)

The topic ‘allow html in author description’ is closed to new replies.