Subject: Instead of "OR" category, "AND" category
I've got a request:
Now when user subscribe, they get to choose 1 "OR" more categories.
I would like to allow user to subscribe "AND" categories, which means, when a post is posted in all the categories selected by user, then only will subscriber get notified.
My blog has posts posted in multiple categories, so i would like a subscription and will notify subscriber only when a post is posted in certain categories.
example: POST posted by me
Posted in Categories : Movie, Action, Comedy
So when a subscriber sign up, he can choose that the only post that is posted in all the 3 categories "Movie,Action,Comedy" get notified.
Can this be easily implemented? could u pls suggest some easy code modification?
Thanks a lot in advance.
Now when user subscribe, they get to choose 1 "OR" more categories.
I would like to allow user to subscribe "AND" categories, which means, when a post is posted in all the categories selected by user, then only will subscriber get notified.
My blog has posts posted in multiple categories, so i would like a subscription and will notify subscriber only when a post is posted in certain categories.
example: POST posted by me
Posted in Categories : Movie, Action, Comedy
So when a subscriber sign up, he can choose that the only post that is posted in all the 3 categories "Movie,Action,Comedy" get notified.
Can this be easily implemented? could u pls suggest some easy code modification?
Thanks a lot in advance.