Tagged Questions
3
votes
4answers
1k views
Use https for img src
My site requires the use of https for all img src HTML.
This is the WordPress function I'm using to display images:
<img src="'.get_bloginfo("template_url").'/images/thumb-default.gif" />
...