Custom taxonomy and WordPress 3.1 Menu crashed…
-
Hi there,
since my upgrade to wp 3.1, everytime I try to add a custom taxonomy to the menue, it gave me theCatchable fatal error: Object of class WP_Error could not be converted to string in C:\xampp\htdocs\wordpress\wp-admin\includes\nav-menu.php on line 73
This never happened until the update! For creating the custom taxonomy I used this:
register_taxonomy('Terminarten', array('termine'), array( 'hierarchical' => true, "label" => 'Terminarten', 'labels' => array( 'name' => 'Terminarten', 'singular_name' => 'Terminart', 'search_items' => 'Terminart suchen', 'popular_items' => 'Beliebteste Terminarten', 'all_items' => 'Alle Terminarten', 'parent_item' => 'Übergeordnete Terminart', 'edit_item' => 'Terminart bearbeiten', 'update_item' => 'Terminart aktualisieren', 'add_new_item' => 'Neue Terminart anlegen', 'new_item_name' => 'Neue Terminart', 'add_or_remove_items' => 'Terminarten hinzufügen/entfernen' ), 'singular_label' => 'Terminart', 'rewrite' => true, ) );
Any help would be really nice!!!
Thanx in advance
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Custom taxonomy and WordPress 3.1 Menu crashed…’ is closed to new replies.