donglinxin8765 2019-04-29 22:35
浏览 93
已采纳

是否可以为Wordpress自定义帖子类型创建自定义编辑器?

I am trying to mimic something similar to Visual Composer/WPBakery by creating a custom page builder in WordPress. I am not sure how VC manages to take over the default WordPress editor. Is it possible to completely replace this editor like what VC seems to be doing or are they just adding to the editor and making it seem like it is different. I have tried reviewing the source code but am no expert in PHP and it's hard for me to understand how they are doing it. I would like to create my own custom post type and have the custom editor only apply to my custom post type. Any help/advice would be appreciated!

  • 写回答

1条回答 默认 最新

  • dozabg1616 2019-04-30 00:35
    关注

    I found that this is completely possible through page templates. David, the author of this article provides an awesome solution of how to accomplish this.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?