• Hi,

    I’m using this code to make my field ‘ringd’ editable.
    <?php editable_post_meta(get_the_ID(), ‘ringd’, ‘input’); ?>

    I can then edit my field (like title and so on…) BUT new data doesn’t get saved (?)


    Using Front end Editor 1.8 and wordpress 3.0 RC1

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you set ‘ringd’ to ‘xxx’ from the backend, is it displayed correctly on the frontend, where you placed the call to editable_post_meta() ?

    Thread Starter urre

    (@urre)

    I placed the call in index.php in the loop. It looked ok in the frontend, i was able to edit it like for example the_title(), but when i edit the value disappears and when something new is added, when i hit Save button it doesn’t save. Old value still present

    Thread Starter urre

    (@urre)

    Tried with WordPress 2.9.2 instead of 3.0 RC1

    Worked! Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Front-end Editor] Custom field can edit but data not saved’ is closed to new replies.