Add line breaks in Category description via enter

You can use the standard PHP function nl2br for that

echo nl2br(category_description( $category_id ));

Leave a Comment