wp-front-end-editor
wp-front-end-editor copied to clipboard
no-javascript mode
<?php fee_form_begin(); ?>
<?php the_title(); ?>
<?php the_tags(); ?>
<?php fee_form_end(); ?>
fee_form_begin() would output a <form> tag and fee_form_end() would ouput the form buttons and the </form> tag.
The processing would be done automatically, but you could hook into it to handle custom inputs.