Hello Everyone,
Does anybody know how to do the following?
In my blog, at the end of every post I want to see the signup form for my newsletter.
What code, where and how should I paste in?
Thank you for your help.
Hello Everyone,
Does anybody know how to do the following?
In my blog, at the end of every post I want to see the signup form for my newsletter.
What code, where and how should I paste in?
Thank you for your help.
Could use this http://wordpress.org/extend/plugins/simplr-registration-form/
If you want WordPress to place the registration automatically in each post you would add code to the appropriate template (e.g. your theme's index.php maybe):
<?php echo do_shortcode('[Register]'); ?>
Also see:
Stepping Into Templates
Template Hierarchy
Thank you, and what if I paste it in the post.php?
Well if post.php is the template that displays your posts then that would work.
Thank you
This topic has been closed to new replies.