Can you add the visual editor to the description field for custom taxonomies? It would be nice to have this option available when you edit an entry for a taxonomy be it core or custom.
Leave a Reply
You must be logged in to post a comment.
Can you add the visual editor to the description field for custom taxonomies? It would be nice to have this option available when you edit an entry for a taxonomy be it core or custom.
You must be logged in to post a comment.
Just wrote the function. It’ll display the tinymce editor in every custom taxonomy description right now. Surely you can edit to show it for only some specific taxonomy.
You can provide the first argument in
wp_tiny_mce
astrue
if you want a stripped version of tinyMCEHave you tried The Rich Text Tags Plugin?
Screenshot:
Not directly, no.
You could, however, write a custom javascript which applies the appropriate classes to the entry field for the custom taxonomy description.
If what you really want to do, however, is create a “many-to-many” relationship between posts (e.g. a post type of “Tires” and a post type of “Cars”), then WordPress doesn’t (currently) have a facility for this. However, the Posts 2 Posts plugin does provide this functionality (and gives you a lot more flexibility to create complex relationships).