2017-04-11 119 views

回答

0

为texarea抓取。如果你想将这些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');

相关问题