Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
There are many WordPress plugins that add the visual editor to a taxonomy description field. I’m wondering how to add Page Builder support in this situation, whether with an existing plugin or from scratch. A few examples of existing plugins (without support Page Builder as far as I can tell) are as follows:
* https://wordpress.org/plugins/rich-text-tags/
* https://wordpress.org/plugins/visual-term-description-editor/
Hi Marcel,
This would be possible for a plugin developer to do, but it’s not easy.
Page Builder does have a mechanism for attaching itself to any standard WordPress editor. There are several considerations that a plugin would need to make though. It would need to enqueue all the proper Page Builder and widget scripts on the correct admin pages. It would need to save content and handle the overriding of standard content with Page Builder content.