easy ways to bulk edit urls in wordpress

6
Bulk edit URLs within WordPress posts http://www.kristarella.com @kristarella

Upload: wordpress-sydney-user-group

Post on 13-Jul-2015

312 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Easy ways to bulk edit URLs in WordPress

Bulk edit URLswithin WordPress posts

http://www.kristarella.com @kristarella

Page 2: Easy ways to bulk edit URLs in WordPress

Why?

• Move from one domain to another

• Move WP from directory to root

• or vice versa

• Rename WordPress directory

Page 3: Easy ways to bulk edit URLs in WordPress

Backupphoto by leg0fenris

Page 4: Easy ways to bulk edit URLs in WordPress

via phpMyAdmin or a database client

SQL Query

UPDATE wp_posts SET post_content = REPLACE (post_content,'Item to replace here','Replacement text here');

I originally saw this code on lorelle.wordpress.com

I ♥ Sequel Pro

Page 5: Easy ways to bulk edit URLs in WordPress

Or a plugin!

Options to change•post & page content•excerpts•attachments•custom fields•all GUIDs

Page 6: Easy ways to bulk edit URLs in WordPress

Questions?@kristarella