Hello,
Does anyone know how I can add the ability to subscribe to sub categories?
Using the latest version of WP and MP.
thanks in advance
Dave
Hello,
Does anyone know how I can add the ability to subscribe to sub categories?
Using the latest version of WP and MP.
thanks in advance
Dave
Solved
comment out/remove the following line in mailpress/mp-content/add-ons/MailPress_newsletter_categories.php
$this->args['get_terms_args'] = array('parent' => 0, 'hide_empty' => 0);
You must log in to post.