Hello,
This plugin is great, but I have one maybe even "simple" question.
When I call the custom fields, I do it like this:
<?php echo get_post_meta($post->ID,'customfield',true);
But when I try to get the value from a text-editor -customfield it doesn't apply paragraphs to the text.
How can I make that work? Hoping for help.