FAQ
Why aren’t my notifications in HTML format
Don’t worry, just go to the Options tab an set the Enable HTML emails option to Yes.
How can I reset all the plugin options?
There is a new feature called Safely Uninstall that allow you to delete the plugin using the WordPress plugin interface. If you have the option set to Yes everything but the subscriptions created by the plugin will be wipeout. So after you made sure that you have this option to Yes you can deactivate the plugin and the delete it. Now you have to install the plugin via WordPress or Upload the plugin zip
file and activate it, after this step all your settings will be as default and your subscriptions will remain.
There is a new feature added on the Options tab where you can reset all the settings by using only one click. You can either wipe out all the subscriptions or keep them.
What can I do if the **Safely Uninstall** does not have any value?
Just deactivate and activate the plugin and you are all set. The default value will be Yes.
Aaargh! Were did all my subscriptions go?
No panic. If you upgraded from 1.6 or earlier to 2.0+, you need to deactivate/activate StCR, in order to update the DB structure. After the version 180212 a fix was applied so that you can see all the subscriptions.
How do I disable subscriptions for a given post?
Add a custom field called stcr_disable_subscriptions to it, with value yes
How do I add the management page URL to my posts?
Use the shortcode [subscribe-url], or use the following code in your theme:
global $wp_subscribe_reloaded;
if (isset($wp_subscribe_reloaded)){ echo '<a href="' . do_shortcode('[subscribe-url]') . '" rel="nofollow">Subscribe</a>' };