标签: wordpress tinymce sections
经过大量研究后,我得到了在WordPress单页上实现多个编辑器的答案,可以使用tinymce完成。但我很困惑,我需要在我的自定义主题中实现tinymce的编码部分
谢谢
答案 0 :(得分:0)
只需在自定义主题文件中添加wp_editor功能。
以下是示例:
wp_editor( $post_content, $custom_id, $settings = array() );