Hello
I would like to insert in my header.php a subscription form to use MeeNews
I try the following code but it doesn't work :
<?php if (class_exists('TvNewsletter')): ?>
<?php TvNewsletter::activateNewsletterPlugin(); ?>
<?php endif; ?>
What to do to have a subscription mail not in a widget ?
Thx
Célia