Thread Starter
Joy
(@xochocolate)
Thanks bcworkz! I tried deactivating all my plugins, and the search still didn’t work. I’m thinking it’s an issue with the theme as you said, so I’ll have to contact the author.
You have to activate the second widget plugin, then add the code:
<?php if (class_exists(‘TvNewsletter’)): ?>
<?php TvNewsletter::activateNewsletterPlugin(); ?>
<!– place your HTML code here –>
<?php endif; ?>
and the subscription box will appear.
My problem now is the confirmation link! For some reason, the confirmation url doesn’t seem to work.
Thread Starter
Joy
(@xochocolate)
Great, I solved it! Thanks again 🙂