Hi,
I am using Front-End Editor to edit some custom fields, which are part of a custom post type. In general, things are working fine.
However, I often lose line breaks ( <br> and <p>) when saving the data.
This is in my template:
echo wpautop( editable_post_meta(get_the_ID(), 'degrees', 'rich') );
(based on: http://wordpress.org/support/topic/plugin-front-end-editor-custom-fields-on-static-pages )
Are there other tricks to maintaining line breaks properly?
(using WP 3.0.3 and Front-end Editor Version 1.9.2.1)
Thanks!