← Back to Help CentreUpdated Jan 2026
WordPress
Fix mixed content warnings (HTTPS)
Remove insecure links so the padlock stays on.
5 min read
Quick answer
Remove insecure links so the padlock stays on.
- WordPress works best with a clean theme, minimal plugins, and caching enabled.
- Regular updates keep your site secure and compatible with modern browsers.
- Backups before updates prevent small mistakes from becoming big problems.
Key details
Mixed content happens when your site loads some images or scripts over HTTP.
Browsers will show a warning and remove the secure padlock.
Most issues are solved by updating old links or running a search-and-replace.
Step-by-step
- Install a plugin like Better Search Replace.
- Replace http://yourdomain with https://yourdomain.
- Clear cache and reload your site.
Quick checklist
- Install LiteSpeed Cache
- Update themes and plugins monthly
- Back up before major changes
- Remove unused themes and plugins
Was this helpful?
Tell us what you need and we will improve this guide.
Related guides
5 min read
Install WordPress with the 1-click installer
Launch a WordPress site in minutes without technical steps.
6 min read
Speed up WordPress with LiteSpeed Cache
Get faster load times with a simple plugin setup.
7 min read
Fix “Error establishing database connection”
Restore your site quickly when WordPress cannot reach the database.
4 min read
How to log in to WordPress admin
Find your WordPress login URL and reset access if needed.