x9tripboarder16
Member
Posted 3 years ago #
I have recently installed subscribe 2, and I want to place it in my sidebar. I use the code they tell you to use '<!--subscribe2-->,' but it does not appear. Do I need to define a rule in the plugin file? I want it to appear in the sidebar on every page.
Quote from the plugin's page:
subscribe2 now uses a simple token, <!--subscribe2-->, inside the body of any WordPress Page to display the form and handle confirmation requests...
x9tripboarder16
Member
Posted 3 years ago #
That is the code that I am using, but nothing appears.
Read it again - the bold part!
thunder
Member
Posted 3 years ago #
Try this, but remember to replace the address to your subscriber application page that you should have created.
<form method='post' action='http://www.place the address of your subscriber-application-form page
here/'>
Enter email address to receive post updates:
<input
type='text' name='email' value='' size='18' />
<input type='radio' name='s2_action' value='subscribe' checked='checked'
/> subscribe
<input type='radio' name='s2_action' value='unsubscribe' />
unsubscribe
<input type='submit' value='Submit' />
</form>
x9tripboarder16
Member
Posted 3 years ago #