Edit source URL

Posted in: Newsmag
Post count: 20

I want to edit my source code to fully install cloudflare SSL certificates like,


to

how can i do it?

Post count: 20

img src=”http://example.com/image.jpg”

to

img src=”//example.com/image.jpg” /

Post count: 9544

Probably need to look up how to hack WordPress for that or Cloudflare support.

Proper URl would be img src="https://example.com/image.jpg"

You’d need to search/replace your content in PHPmyAdmin to replace old instances of http to https for your images placed inside of post meta (lots of tutorials online for moving to https from http in WordPress).

Once you change your base site URL to https in WP, the theme picks up from that for any new posts (you would need to manually change any logo head/footer/favicon stuff in theme panel, obviously).

I don’t work here; but we moved to https everywhere in 2014, 2015 and 2016 for all our sites, so went through the same thing.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.