[Plugin: Front-end Editor] Making a custom editable Box
-
Ok so I have this:
<?php editable_option( array( 'key' => 'resume_head', 'type' => 'rich', 'default' => '<b>Your A. Name</b><br />Industry Title<br />555-223-6547<br />user@domainname.com' ) ); ?>and when you try to update it, it deletes and makes a blank space difficult to edit.
Any ideas?
The topic ‘[Plugin: Front-end Editor] Making a custom editable Box’ is closed to new replies.