Replace – with _ in wordpress permalinks Wordpress Guru › Replace – with _ in wordpress permalinks › +39.0645491071 May 5, 2015 By Ovidiu Purdea Leave a Comment All you need to do is to run the following MySQL quesry in phpmyadmin: UPDATE wp_posts SET guid = REPLACE(guid, '-', '_'), post_name = REPLACE(post_name, '-', '_');
Leave a Reply