I am in the process of implementing SSL on some of my wordpress-powered site\'s pages. Currently I\'m getting mixed content warnings on the secured pages - my custom theme inclu
Have you looked at the protocol-agnostic relative url prefix?
E.g. if you have the following
It will use whatever protocol the page is currently on. More info: http://paulirish.com/2010/the-protocol-relative-url/