Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author feedsapi

    (@feedsapi)

    Hi Djug,

    Thank you very much for reaching out. Are you using the multiple-category selection option (enabled with a Full RSS Key) or the normal category selection ? I will try to replicate the issue and follow up.

    Thread Starter djug

    (@djug)

    I guess it is the “normal category selection ”

    I have the same issue using a free version without multi-category selection. I have assigned a subcategory to the fetched feeds, however the plugin changes it to the top level category regardless of my choice.

    Plugin Author feedsapi

    (@feedsapi)

    Thanks folks,I did some tests and now see what you mean. This is most definitely not the way it should behave, I will sort this out and follow up. Thanks again for the head up.

    Cheers,
    The RSS Post Importer Nerd

    Found the issue in app/templates/feed-table-row.php line 244, where listing the categories and looking for the selected one, the selected is being passed as an array when it should be a string according to wp_dropdown_categories in codex.
    I solved it by adding this “$f[‘category_id’] = $f[‘category_id’][0];” before the wp_dropdown_categories declaration.
    By the way, is there any reason why import limit max is set to 100?

    Thank you Delacalera! Your fix really helped to solve the category issue.

    Plugin Author feedsapi

    (@feedsapi)

    Thank you folks, this should be fixed now (version 2.0.9)

    @delacalera , you rock! ??

    Cheers,
    The RSS Post Importer Nerd

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Wrong category when editing’ is closed to new replies.