• Hi, I am running WP 2.0 on a test site but experiencing troubles with the custom fields. Once I added some to one post, I can afterwards delete them all but not the first one.

    Also an update on this first field is not working. After pressing the “update” or “delete” button, nothing happens and the page comes up with the previous value

Viewing 1 replies (of 1 total)
  • I’m assuming you’ve altered the code to do this and are not using a plugin (otherwise I’m guessing it would be mentioned). If this is the case, then in your admin-functions.php, make sure you remembered to include:

    update_meta_ByPost($post_ID, "***YOUR CUSTOM TAG INFORMATION HERE***", $_POST['FIELDNAME']);

    This will be under // Meta Stuff, maybe around line 239 or so. Otherwise you’ll end up adding stuff that’ll never be able to update. Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Custom fields’ is closed to new replies.