What is the PHP code for displaying the newsletter? [2]
I’ve been trying to figure out the same thing for an hour now. *grumble*
I’ve figured it out..
<?php echo do_shortcode(‘[newsletter]’); ?>
And you can do this for any shortcode in wordpress, brilliant!
i have been looking for this also, many thanks! But being a newbe to wordpress, where do I implement this to wich php?
I found if you just add [newsletter] in to the page then the subscribe form displays there fine.
the subscribe form yes, but not the newsletter itself. Anyways, i have gotten to Mailchimp. Much easier and much more features.
I cant figure out how can i create the unsubscription page and profile page. Will i have to make another page with [unsubscribe] or [profile[] on it.?