开发者 | WPKube |
---|---|
更新时间 | 2024年1月20日 04:17 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
<?php global $wp_subscribe_reloaded; if (isset($wp_subscribe_reloaded)){ echo $wp_subscribe_reloaded->stcr->subscribe_reloaded_show(); } ?>
somewhere in your comments.php
Yeah, I have uploaded a few videos for the following topics:
Don't worry, just go to the Options tab an set to Yes the Enable HTML emails option.
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.
Just deactivate and activate the plugin and you are all set. The default value will be Yes.
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.
Yes, each HTML tag has a CSS class or ID that you can use to change its position or look-and-feel.
Add a custom field called stcr_disable_subscriptions
to it, with value 'yes'
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]').'">Subscribe</a>";
Yes! Just disable the corresponding option under Settings > Comment Form and then add the following code where you want to display the checkbox:
<?php global $wp_subscribe_reloaded; if (isset($wp_subscribe_reloaded)){ echo $wp_subscribe_reloaded->stcr->subscribe_reloaded_show(); } ?>
The information of your configuration needs to be updated. Go to the Subscribe to Comments Reloaded settings and click the Save Changes
button on the tab
where you have you messages with HTML.
Just go to the Options Panel and click the generate button. By generating a new key you prevent the spam bots to steal your links.
$wp_locale
that was not needed.npm
and bower
task managers.