Hi, I’m trying to allow guests to subscribe to emails whenever I create a new post in any category. I set up a parent category with subcategories (children) like this:
10 All Posts
—— 11 Subcat1
—— 12 Subcat2
—— 13 Subcat3
I thought this shortcode would do the job:
{mcnotifications layout="default" option="com_content" category="10" category_params="f,c,t,e"}
But I’m not receiving any emails to my test account when I create a Notification Event for an article in any of the subcategories. I do receive an email if I place the article directly in the parent category instead.
How should I set this up? Thank you!