• Resolved charlesnaa

    (@charlesnaa)


    After I activate Permission, I use wordpress API to get categories. For each category, no matter it has parent or not, its parent Id is 0. When I deactivate the plugin, its parent Id turns out to be correct, which is not 0.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter charlesnaa

    (@charlesnaa)

    Is there any way to control the permission of assigning categories, but also can use WP REST API to get the correct information, which means, not limit the read permission of categories.

    Thread Starter charlesnaa

    (@charlesnaa)

    The reason is that, the plugin has some conflict with another plugin “Category Order and Taxonomy Terms Order”. Is there any way to fix this?

    Plugin Author Kevin Behrens

    (@kevinb)

    @charlesnaa I’ll plan on investigating that plugin conflict tomorrow.

    Plugin Author Kevin Behrens

    (@kevinb)

    @charlesnaa I installed the current plugin versions and executed the following GET query with PostMan:

    http://mysiteurl/wp-json/wp/v2/categories/

    The Category parent values are returned correctly. Can you repeat the error with a PostMan query like this? What if you temporarily deactivate all other plugins? If the error still exits, let me know what else I need to do to match your configuration (category structure, plugin settings, etc.)

    Plugin Author publishpress

    (@publishpress)

    Closing after a week with no reply. Please feel free to follow up if this remains an issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘All categories’ parent Id is 0’ is closed to new replies.