I have a WordPress site and I want to make some mass changes in database.
I have for every post a custom field called short_link
in wp_postmeta
.
I want to copy meta_value
of the custom field to post_name
from wp_posts
.
Thank you!
I have a WordPress site and I want to make some mass changes in database.
I have for every post a custom field called short_link
in wp_postmeta
.
I want to copy meta_value
of the custom field to post_name
from wp_posts
.
Thank you!