patrikwe
Member
Posted 2 months ago #
Hi,
I use a textarea with this options:
[Extra information]
type = textarea
rows = 4
cols = 40
tinyMCE = true
mediaButton = true
But when I output it in the template file the information is striped by html. So all paragraphs is gone and so on.
Any tips?
http://wordpress.org/extend/plugins/custom-field-template/
Please check Use wpautop function on the setting page of the custom field template. p and br tags are automatically inserted. Thanks.
patrikwe
Member
Posted 2 months ago #
Works like a charm! Thank you!...