phpMyadmin ile aşağıdaki kodları kendine göre düzenleyip SQL bölümünden çalıştırırsan sorunu çözersin.

UPDATE wp_posts SET guid = replace(guid, 'http://www.httpliurl.com','https://www.httpSliurl.com');
UPDATE wp_posts SET post_content = replace(post_content, 'http://www.httpliurl.com', 'https://www.httpSliurl.com');