Hi everyone,
I’ve successfully managed to post to WordPress with multiple categories by adding them as an array. However, I’m facing an issue with the primary category selection. Regardless of which category ID is listed first in the array, WordPress always sets the one with lower value in the array as the primary one.
For example, if I post to categories 50 and 11, the module always sets category 11 as the primary, even when I’d prefer category 50 to be the primary. (I tried to switch numbers in the array but it is not helping).
Does anyone know how I can choose a specific category as the primary when posting through the WordPress module ?
Thanks in advance for your help!