
Edit content inline, without going to the admin area.
Front-end Editor is a plugin that lets you make changes to your content directly from your site. No need to load the admin backend just to correct a typo.
It makes the same capability checks, so that if a user isn’t allowed to edit something in wp-admin, they aren’t allowed to edit it in the front-end either.
You can edit posts, pages, custom post types, comments, widgets and many more elements.
Goals:
Support and development:
Support is handled by the lovely designsimply.
I am not developing the plugin anymore; only applying the patches that other people send via Github.
Credits:
Links: Documentation | Plugin News | Author’s Site
Make sure your host is running PHP 5. The only foolproof way to do this is to add this line to wp-config.php (after the opening <?php tag):
var_dump(PHP_VERSION); No, because TinyMCE is anything but tiny and would take a long time to load.
Also because I couldn’t get it to work.
To avoid problems with WP Super Cache or W3 Total Cache, I recommend disabling caching for logged-in users.
'fee_rich_clean' filtereditable_option()fee_insert_dummy_post() for creating postssingle_term_title fieldfront_end_editor_wrap filterfee_cleditor_css filterfee_cleditor_height filter'edit_theme_options' capability instead of 'edit_themes'the_tags() work no matter what args are usedesc_attr() to data attributes'front_ed_*' to 'front_end_editor_*'editable_post_meta() doesn’t work outside The LoopFEE_Field_Base::wrap()editable_post_metaeditable_post_meta()target="_blank"the_title and the_tags improvements