By: Prem Tiwari | Last Updated: | In: WordPress, WordPress Plugin Reviews
Hi friends, hope you are doing good. Today I am going to share a very useful plugin to enable front-end editor in your WordPress websites. Front-end Editor for WordPress plugin is a simple way to write with WordPress.
This plugin have lots of features such as Draft and edit posts, auto saves, publish options, so that you can saved after editing your contents. There are lots of features to design your contents like you can add contextual tools. Bold, italic, strike through, link, headings, lists and block quote and etc..
Front-end Editor for WordPress is very simple to use like “plug and play”, It is easily configurable and extensible. Download this plugin from wordpress plugin directory and folow bellow article to install this plugin.
How to install WordPress plugin
If you want o disable front-end editor for certain post, you can do that by adding below filter in functions.php file.
1 2 3 4 |
// Disable for the post with ID 12. add_filter('supports_fee', function($supports, $post) { return $post->ID !== 12; }, 10, 2); |
You can also customize the features of this plugin. If you want to add front-end editor only for custom post types, Use below code in your functions.php file.
1 |
add_post_type_support( 'page', 'front-end-editor' ); |
This plugin have 4.2 rating based on the 59 user’s reviews. If you need help to setup this plugin in your WordPress website, feel free to add your comments in below comment sections.
Prem Tiwari is the founder of FreeWebMentor.com and also a professional developer who has vast experience in PHP and open source technologies. Apart from this, he is a blogger by hobby and also he has been a regular speaker of WordPress sessions in various IT Companies. View all posts by Prem Tiwari
how to add front-end editor, how to add front-end editor in wordpress, review plugin wordpress, wordpress review plugin, wordpress reviews plugin, wp review plugin