by Dan Collis-Puro on WordPress.org
Allow registered users to subscribe to categories giving them control over delivery times (e.g. daily or weekly digests) and format (html or text).
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:
See the “Category Subscriptions” options page under your Settings menu. Template tag documentation lives there.
This plugin is licensed under the same terms as WordPress itself.
Copyright 2011, The President and Fellows of Harvard College