Postie category selection
-
I’m using Adrien de Bosset’s “Force User to specific Category” function inside my functions.php file. Since I receive posts via email from multiple collegiate organizations, and tie them into the specific school they represent, I’m forcing each person’s posts to automatically go into the category for the school they represent.
When I do a manual test post under their name (via WP Admin), the behavior operates as expected.
When the post comes in via Postie, it’s being assigned to a standard “default” category. What I need to do is to not have Postie default to that category, but to default to the category associated with that individual poster.
For example, in Postie, the default category is “Athletics News”.
John Doe works with Georgia State Panthers… so his default category is gsu-panthers-news (GSU Panthers News). Postie binds the category of his post to “Athletics News”, instead of “GSU Panthers News”.Jane Merriweather works for Coastal Carolina Chanticleers. I’ve assigned her default category to be “CCU Chants News”. When Postie processes it, it assigns her posts to “Athletics News” and not “CCU Chants News”.
How can I get Postie to respect the WordPress default behavior I have assigned in my functions.php file?
Thanks!
The topic ‘Postie category selection’ is closed to new replies.