Editor Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
My Custom Editor for Front End.
Wordpress Editor Plugin is Used to Show Wordpress Editor on Front End by Putting below Function in any File
//Add Below code
<?php
the_editor($content, 'content');
?>
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.