Hi, how can I make custom taxonomy as a category, not as a tag?
]]>My custom taxonomy is alphabet, letter A, letter etc.
How to force the page of tug of custom taxonomy to show the title of tug?
The latest update causes the following fatal error when used with WordPress 5.2.2. in combination with Guest Author Name Premium Plugin:
Ein Fehler vom Typ E_ERROR wurde in der Zeile 643 der Datei /html/wordpress/wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-edit.php verursacht. Fehlermeldung: Uncaught Error: Class ‘RWMB_Update_Option’ not found in /html/wordpress/wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-edit.php:643
Stack trace:
#0 /html/wordpress/wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-edit.php(459): MB_Custom_Taxonomy_Edit->is_premium_user()
#1 /html/wordpress/wp-includes/class-wp-hook.php(286): MB_Custom_Taxonomy_Edit->register_meta_boxes(Array)
#2 /html/wordpress/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)
#3 /html/wordpress/wp-content/plugins/guest-author-name-premium/meta-box/inc/core.php(50): apply_filters(‘rwmb_meta_boxes’, Array)
#4 /html/wordpress/wp-includes/class-wp-hook.php(286): RWMB_Core->register_meta_boxes(”)
#5 /html/wordpress/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#6 /html/wordpress/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
#7 /html/wordpress/wp-settings.php(525): do_action(‘init’)
#8 /html/wordpress/wp-config.php(101): require_once(‘/html/wordpress…’)
#9 /
Hi – simple question, how do you delete and/or edit an entry in your taxonomy?
I used the wrong term for a type of paper that I’m building a custom taxonomy for and I need to delete it. How can I do this please?
I’m a configurer not a programmer so some front end method would be best for me.
Thanks
]]>Hello i receive those errors even if I disabled and removed completely the plugin.
How to solve? thanks. (since WP v. 4.8)
2017/09/25 21:53:02 [error] 20339#0: *669798 FastCGI sent in stderr: “wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php on line 172
PHP message: PHP Notice: Undefined index: taxonomy in wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php on line 90
PHP message: PHP Notice: Undefined index: name in wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php on line 141
PHP message: PHP Notice: Undefined index: name in wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php on line 143
PHP message: PHP Notice: Undefined index: singular_name in wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php on line 145
PHP message: PHP Notice: Undefined index: singular_name in wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php on line 147
PHP message: PHP Notice: Undefined index: singular_name in wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php on line 149
PHP message: PHP Notice: Undefined index: singular_name in wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php on line 151
PHP message: PHP Notice: Undefined index: singular_name in wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php on line 153
PHP message: PHP Notice: Undefined index: singular_name in wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php on line 155
PHP message: PHP Notice: Undefined index: singular_name in wp-content/plugins/mb-custom-taxonomy/inc/class-mb-custom-taxonomy-register.php on line 157
those lines are as follow:
(90) $taxonomies[ $args[‘taxonomy’] ] = $this->set_up_taxonomy( $labels, $args );
(139) public function set_up_taxonomy( $labels = array(), $args = array() ) {
$labels = wp_parse_args( $labels, array(
‘menu_name’ => $labels[‘name’],
// translators: %s: Name of the taxonomy in plural form.
‘all_items’ => sprintf( __( ‘All %s’, ‘mb-custom-taxonomy’ ), $labels[‘name’] ),
// translators: %s: Name of the taxonomy in singular form.
‘edit_item’ => sprintf( __( ‘Edit %s’, ‘mb-custom-taxonomy’ ), $labels[‘singular_name’] ),
// translators: %s: Name of the taxonomy in singular form.
‘view_item’ => sprintf( __( ‘View %s’, ‘mb-custom-taxonomy’ ), $labels[‘singular_name’] ),
// translators: %s: Name of the taxonomy in singular form.
‘update_item’ => sprintf( __( ‘Update %s’, ‘mb-custom-taxonomy’ ), $labels[‘singular_name’] ),
// translators: %s: Name of the taxonomy in singular form.
‘add_new_item’ => sprintf( __( ‘Add new %s’, ‘mb-custom-taxonomy’ ), $labels[‘singular_name’] ),
// translators: %s: Name of the taxonomy in singular form.
‘new_item_name’ => sprintf( __( ‘New %s’, ‘mb-custom-taxonomy’ ), $labels[‘singular_name’] ),
// translators: %s: Name of the taxonomy in singular form.
‘parent_item’ => sprintf( __( ‘Parent %s’, ‘mb-custom-taxonomy’ ), $labels[‘singular_name’] ),
// translators: %s: Name of the taxonomy in singular form.
‘parent_item_colon’ => sprintf( __( ‘Parent %s:’, ‘mb-custom-taxonomy’ ), $labels[‘singular_name’] ),
// translators: %s: Name of the taxonomy in plural form.
‘search_items’ => sprintf( __( ‘Search %s’, ‘mb-custom-taxonomy’ ), $labels[‘name’] ),
// translators: %s: Name of the taxonomy in plural form.
‘popular_items’ => sprintf( __( ‘Popular %s’, ‘mb-custom-taxonomy’ ), $labels[‘name’] ),
I created a taxonomy “status” with three terms, start – in progress – finished
and assigned this taxonomy to “pages”
now users can add new terms..
how to get rid of “add new Status” ????
]]>After assign a custom taxonomy (i.e. teams) to a custom post type (team), I’ve created the taxonomy-teams.php template but the custom post type seems to not by specified to the $wp_query. I would like to avoid to create an additional query or to alter the query_post (i.e.: query_posts(“post_type=team&”.$query_string);) which is a bit hacky.
Any way to do that ??
]]>Hi
Can you add post-format types please ?
]]>Hi,
is there a way to disable the default meta box created by register_taxonomy()? I know I could set show_ui => false, but this would also disable the views to manage the taxonomy from the admin menu.
When doing this by hand you can set ‘meta_box_cb’ => false which would disable the default meta box in the right sidebar and keep the remaining editor views in the admin menu.
Would be great if you could integrate this or point me to the way this could of been done with the plugin as is.
]]>