How do I fix mixed content warnings in WordPress? Print

  • 0

Mixed content happens when a page loads over https but some images, scripts or links still use http. Update those URLs.

  1. First make sure both addresses in Settings > General use https://yourdomain.com.
  2. Install Really Simple SSL, which auto-fixes most mixed content, or use Better Search Replace to replace http://yourdomain.com with https://yourdomain.com across the database.
  3. Check theme and widget settings for hardcoded http:// image or script URLs and update them.

Use your browser's developer console (the padlock or Console tab) to see exactly which resources are insecure. After fixing, clear LiteSpeed Cache and reload. External resources you don't control may need their own https version. Still seeing the warning? Open a ticket with the affected page URL.


Was this answer helpful?

« Back