How do I get the "subscribe" on my webpage and working. My daughter tried to get it put on and something shows up but it doesn't work.
http://www.rosemaryandthegoat.com
thanks,
sherry
How do I get the "subscribe" on my webpage and working. My daughter tried to get it put on and something shows up but it doesn't work.
http://www.rosemaryandthegoat.com
thanks,
sherry
If you want users to subscribe for RSS feed use the code:
<a href="<?php bloginfo('url'); ?>?feed=rss2">Subscribe</a>
If you want to subscribe with their email to be informed each time you make a new post use this plugin:
Hi,
You can also do it via simole plugins:
http://wordpress.org/extend/plugins/add-to-any-subscribe/
http://wordpress.org/extend/plugins/subscribe-to-comments/
Thanks,
Shane G.
Finally, if you simply want to invite people to join your blog as Subscribers:
1. Check that the New User Default Role in Admin/Settings/General is set to "Subscriber".
2. Add <?php wp_register();?> where you want your "Register/Subscribe" link to appear.
You must log in to post.