Newsletters : for posts per category (required ! Newsletter add-on)
Hello,
How can I subscribe to subcategories.
I’ve saw this on the wordpress forum:
just change following line if ($category->category_parent) continue; in //if ($category->category_parent) continue;
However I can’t see this code in the referenced file. I am using the latest version of mailpress.
Any ideas?
Thanks
in http://xref.mailpress.org/nav.html?mp-content/add-ons/MailPress_newsletter_categories.php.source.html
comment line
$this->args['get_terms_args'] = array(‘parent’ => 0, ‘hide_empty’ => 0);
should do the trick !
Your email address will not be published. Required fields are marked *
Name *
Email *
Website
Security code *
Comment
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Hello,
How can I subscribe to subcategories.
I’ve saw this on the wordpress forum:
just change following line
if ($category->category_parent) continue;
in
//if ($category->category_parent) continue;
However I can’t see this code in the referenced file. I am using the latest version of mailpress.
Any ideas?
Thanks
in
http://xref.mailpress.org/nav.html?mp-content/add-ons/MailPress_newsletter_categories.php.source.html
comment line
$this->args['get_terms_args'] = array(‘parent’ => 0, ‘hide_empty’ => 0);
should do the trick !