Not writing to CF with empty space

This topic contains 3 reply and 2 voices, and was last updated by sociallyfamous 10 years, 7 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
September 30, 2013 at 1:30 am 8562
sociallyfamous Hello, I noticed that the forms are not writing on fields that look like *Link url* while they work smoothly with field names like *Link_url*. Does the empty space represent a problem? The WP admin does write to such fields no problem... I actually have a field like that and now I cannot update this field without erasing it Please shed some light into this. Thanks..
September 30, 2013 at 2:27 am 8565
Mahi Mahi

you mean metakeys? MetaKeys has to be “name” or “name_link” in order to work properly.

September 30, 2013 at 2:34 am 8567
sociallyfamous sociallyfamous

I was asking because it works with an empty space all over wordpress and it does not with the plugin. But OK… I ll have to try fixing it… Thanks

September 30, 2013 at 3:36 am 8568
sociallyfamous sociallyfamous

If someone might come across the same issue i was able to fix it using phpmyadmin and the sql

UPDATEwp_postmetaSETmeta_key= ‘newfieldname’ WHEREmeta_key= ‘oldfieldname’

You can find the solution also here as the forum is not formatting the sql properly…

http://wordpress.stackexchange.com/questions/31178/how-to-rename-a-custom-field

After replacing some instances in the theme files it is now working as it used to and the plugin is writing on the field again….

Viewing 3 Posts - 1 through 3 (of 3 total)