wp-front-end-editor
wp-front-end-editor copied to clipboard
An inline content editor for WordPress.
Currently, all the details about editing a particular option need to be passed on ajax each request. It would be safer and more efficient to register them beforehand and just...
right now (as far as i can tell), you can only use editable_option on options that have their own entry in the wp_options table. a lot of themes wrap their...
Subsemnatul, [editable id="name" type="input"]your name[/editable], declar că: [editable id="declaration" type="textarea"]text[/editable] http://wordpress.org/support/topic/plugin-front-end-editor-editable-parts-in-page-content
Ctrl + E should open the editor for the currently focused field. Ctrl + S should save and close the currently focused editor.
The target audience of FEE sometimes blocks admin access, which obviously includes admin-ajax.php as well. Two recent examples: http://wordpress.org/support/topic/plugin-front-end-editor-not-working-with-authors http://wordpress.org/support/topic/plugin-front-end-editor-a-is-null
``` php ``` `fee_form_begin()` would output a `` tag and `fee_form_end()` would ouput the form buttons and the `` tag. The processing would be done automatically, but you could hook...
It would be nice if, when editing a post or widget title, Aloha would kick in, instead of a plain input box. The floating menu should not appear, since it's...
Would be awesome if users were able to change the header image in themes such as twenty-eleven.
WordPress has a special meaning for the comment: it displays the content after it only on the single post URL. TinyMCE displays it in the content and even has a...
... can you recommend me how to implement jquery calendar picker and do not collide with your used javascripts?