Home › Forums › Newsletter Plugin Support › Custom fields stripeed out
Hi Stefano,
I’ve noticed that when I go to the “Edit newsletter” step … the content of a custom field is stripped out by the plugin..
This is the the way I call the content of the custom field..
<?php echo get_post_meta($post->ID, 'wpcf-sottotitolo-newsletter', true); ?>
What’s the problem?
Thank you.
D.
At the end I’ve used the theme option file in order to add a new field.