Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
update posts
set post_content = CONCAT('bla', post_content, 'bla-bla')
where post_type = 'your_post_type';
update wp_posts
set post_content = concat('content start', post_content, 'content end')
where post_type = 'post' or post_type = 'page' and post_status = 'publish'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question