>
Download This Plugin | |
Download Elegant Themes | |
Name | Category Subscriptions |
Version | 1.1 |
Author | Dan Collis-Puro |
Rating | 0 |
Last updated | 2011-04-29 04:40:00 |
Downloads |
2751
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Category Subscriptions plugin added 3 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.
Category Subscriptions plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Category Subscriptions plugins ads the following DB table(s) to your Wordpress blog database:Table name | Table size (in bytes) |
---|---|
wp_cat_sub_messages | 98304 |
wp_cat_sub_categories_users | 65536 |
This plugin allows users of subscriber- or greater access to subscribe to categories of posts on your wordpress blog. It is probably most appropriate for small to medium sites.
Users can:
Site administrators can:
Other notes:
Speaking of cron, if you have a low-traffic site (say, for an intranet), you may find that your messages aren't delivered in the time frame you're expecting. This is because wordpress scheduled tasks are fired off by visitors to your website - so if you don't get a lot of traffic, your scheduled tasks won't run frequently. You can manually create a cron job to hit your wp-cron.php file, something like:
*/15 * * * * wget -q --post-data="foo" http://www.example.com/yoursite -O - > /dev/null
Remove the "-q" switch above when you test this manually to ensure the request returns a "200 OK" response.
TODO: