• Resolved SeppSoft

    (@seppsoft)


    In the postie settings I set a particular category as Default.
    But when postie is fetching mail (the first 10 for testing), only two of ten are assigned to this category. The other ones have the site’s default category.
    Even the line

    $post[‘post_category’] = ‘MyDefaultPostieCategrory’;

    in the postie_post_after action doesn’t help.
    What am I doing wrong?
    Thanks in advance.

    Klaus

Viewing 1 replies (of 1 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    You can look at the debug output to see why the category isn’t being assigned as you expect.

    Changing values in postie_post_after won’t do anything, you need to use postie_post_before.

Viewing 1 replies (of 1 total)
  • The topic ‘Default category not working’ is closed to new replies.