Skip to content

Instantly share code, notes, and snippets.

@barrd
Created September 29, 2017 10:04
Show Gist options
  • Save barrd/c11df9197303091df0ea9bc179c4fba4 to your computer and use it in GitHub Desktop.
Save barrd/c11df9197303091df0ea9bc179c4fba4 to your computer and use it in GitHub Desktop.
MySQL
UPDATE wp_postmeta SET meta_value=concat(meta_value, ' %%sep%% %%sitename%%') WHERE meta_key ='_yoast_wpseo_title';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment