Hello!
Have you updated any other software? If there’s a bug in one plugin or theme, it may affect the other. See if deactivating other plugins resolves the issue; then, we can isolate a conflict.
Also, I am wondering, why are you not using the latest versions?
Cheers!
Thread Starter
Ahmis
(@ahmis)
Thank you for your quick reply! I tested this with WP’s default theme and latest versions (tested this before also without the default theme). Now the primary term selection is visible, so maybe there’s a conflict in out custom theme. Thank you for your time!
Thread Starter
Ahmis
(@ahmis)
I checked this again with our site. It seems that categories Primary term selection is visible, but the problem is custom taxonomies = Primary term selection is not visible there like it used to be.
Hi Ahmis,
Custom Post Type taxonomies must be registered with hierarchical => true and public => true and publicly_queryable => true for them to have primary term support.
If you need further assistance on these requirements, please let me know how you installed the custom taxonomy (e.g., via which plugin/theme). Thanks!
Thread Starter
Ahmis
(@ahmis)
Hi,
Changing public => true fixed this. Thank you for your help!