Image Hotlink from Staging
-
It seems that Easing Slider stores image URLs in serial data. When migrating the site from a staging server to a production server, the URLs pointing to the staging server images are unchanged, even when deleting and recreating the slides.
The background images are inserted via wp_head(), and result in CSS background:url() values.
How do I remove this serial data and start over? I searched the database for the old urls and didn’t find them:
ex.
SELECT * FROM wp_postmeta WHERE meta_value LIKE ‘%old.url.com%’;No avail.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Image Hotlink from Staging’ is closed to new replies.