Taxonomy_Single_Term
Taxonomy_Single_Term copied to clipboard
This library helps you remove and replace the built-in taxonomy metabox with a radio or select metabox. http://webdevstudios.com/2013/07/08/replace-wordpress-default-taxonomy-metabox-with-a-radio-sele...
https://github.com/WebDevStudios/Taxonomy_Single_Term/blob/4fe586a68e3f0d963a1d96d76e53fe6431b00b1a/class.taxonomy-single-term.php#L149 The line should be replace by: if ( isset( $_REQUEST['bulk_edit'] ) && __( 'Update' ) == $_REQUEST['bulk_edit'] ) { Because bulk_edit value depends on language and is translated by...
After a save with Quick Edit, options are showing as checkboxes again.
When I try to use the quick edit screen it works only if I save one term. When I try saving multiple terms I get this error: **PHP Notice: Undefined...
Terms are displayed as checkboxes instead of radios when using **Quick Edit**. However, radios are correctly displayed when using **Bulk Edit**.
Walker Class should load with \Walker, otherwise it won't work if you don't use a flat folder structure
It would be really nice to clarify the long-term plans for this repo. Are there any plans to update all features to work with the block editor?
In WP 5 with Gutenberg `remove_meta_box` doesn't seem to have any effect anymore. The following workaround from https://github.com/WordPress/gutenberg/issues/6912#issuecomment-428403380 might temporarily fix this. I slightly adapted it to hide the `post_tag`...
[`composer/installers`](https://github.com/composer/installers) natively supports `"type": "wordpress-plugin"` to have plugins installed in the right directory.
I don't see this repo in packagist, pls check again.
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...