This Function will Show a Simple Wordpress Default Editor on front end.
You can Make Font changes , colour changes etc .
This Plugin will help you if you dont know HTML Tags , so you can easily add data with the help of Editor.
Custom Wordpress Editoris used to show editor on Front End and we can enter content whatever is needed and we can save into database.Custom Wordpress EditorPlugin is Used to Show Wordpress Editor on Front End by Putting below Function in any File
//Add Below code
<?php the_editor($content, 'content'); ?>
安装:
Upload plugin-name.php to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
Place <?php the_editor($content, 'content');?> in your templates