如何在wordPress的子菜单页面中添加帖子编辑器?

时间:2017-05-09 10:54:26

标签: php wordpress

我想在wordpress中制作子菜单页面,其中用户可以以相同的方式添加内容,例如标题和下面的编辑器,基本上我需要在侧边栏中添加和删除其内容的编辑器。强文

1 个答案:

答案 0 :(得分:0)

您可以在需要编辑器的位置使用这两行。

    $editor_id = 'mycustomeditor'; // Your id for the editor.
    wp_editor( $content, $editor_id );

食典参考https://codex.wordpress.org/Function_Reference/wp_editor