Hello,
with mysql, how to rename a meta_key http://codex.wordpress.org/Using_Custom_Fields ? for all posts.
thanks,
Fred
Hello,
with mysql, how to rename a meta_key http://codex.wordpress.org/Using_Custom_Fields ? for all posts.
thanks,
Fred
help please :)
hello,
for rename blablabla to blublublu
it is:
UPDATE wp_postmeta
SET meta_key=(
REPLACE (meta_key,
'blablabla',
'blublublu'));
yes? is good?
nobody? :(
This topic has been closed to new replies.