help/issue with Rest API & Categories
-
I finally need help. I am using the WP Rest api between two WP site. User creates a post on one website and I then push the post contents to the secondary website using the Rest API. Everything works except the categories. when I try to pass either an array of Cat ids, or object of cat ids or even a strong of ids as such “4,5,6” the secondary site only uses the LAST cat id. But if I pass in a list in my body array as such: “categories” => [4,5,6] the secondary site sets all 3. I understand that the cat id in the secondary site MUST match the ones getting sent over. so the secondary site does have cats with those ids.
Any help would be greatly appreciated!
Thanks,
DArren
- The topic ‘help/issue with Rest API & Categories’ is closed to new replies.