如何将wp编辑器添加到自定义主题选项textarea

时间:2017-04-11 16:05:16

标签: php wordpress

我找不到任何好的解决方案,或者我是愚蠢的PHP。如何在我的代码中将wordpress编辑器添加到textarea中。

http://refiddle.com/m10w

由于

2 个答案:

答案 0 :(得分:0)

看看这个函数https://codex.wordpress.org/Function_Reference/wp_editor

Wordpress使用的编辑器名为tinyMCE .-

答案 1 :(得分:0)

对于texarea提取您使用的是高级客户字段(ACF)。如果你想将这些textarea转换成默认的wp-editor请在下面找到github的链接。 添加此项,您可以轻松使用此功能。 在此下载编辑器 - https://github.com/elliotcondon/acf-wordpress-wysiwyg-field

安装为插件

Download .zip
Extract .zip and rename folder to 'acf-wp-wysiwyg'
Copy the 'acf-wp-wysiwyg' folder into your plugins folder
Activate the plugin via the Plugins admin page

包含在主题

Download .zip
Extract .zip and rename folder to 'acf-wp-wysiwyg'
Copy the 'acf-wp-wysiwyg' folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory
Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-wp-wysiwyg.php file)

include_once( 'ACF-WP-所见即所得/ ACF-wp_wysiwyg.php');