Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same issue.

    The State/Province theme won’t save it keeps going back to blank

    Thread Starter Lucian Florian

    (@fldtrace)

    In case anyone else is looking for a fix I found a simple solution.

    In plugins/inc/metaboxes/wp-address-schema-posttype-address.php just change this line:
    <input type="text" id="county" name="county" value="<?php echo @get_post_meta($post->ID, 'county', true); ?>" />
    to:

    <input type="text" id="country" name="country" value="<?php echo @get_post_meta($post->ID, 'county', true); ?>" />

    Or here’s a link to the plugin fix download: http://www.fldtrace.com/wp-address-schema-state-field-fix

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesn't save the state’ is closed to new replies.