Taxonomy_Single_Term icon indicating copy to clipboard operation
Taxonomy_Single_Term copied to clipboard

default term not working

Open TylerBarnes opened this issue 8 years ago • 1 comments

both $custom_tax_mb->set( 'default', 'for-sale' ); and $custom_tax_mb->set( 'default', 'For Sale' ); don't seem to work. Is there some way I can debug this? or are there additional settings I need to apply? I've tried for both existing posts and for new posts and no default is selected.

TylerBarnes avatar Jan 16 '18 20:01 TylerBarnes

I've solved this by using the term id instead of the slug or name. Seems weird though since the readme says any of the three should work.

Thanks for the awesome plugin!

TylerBarnes avatar Jan 16 '18 20:01 TylerBarnes