[Plugin: WordPress HTTPS] bloginfo template_directory still generating http instead of https
-
I only have “Internal HTTPS Elements” checkmarked in settings.
When I “view source” using my browser on my “secured” home page (say https://www.example.com), I’m seeing this html code for my twitter icon with “http”…
<img src="https://www.example.com/wp-content/themes/example/images/twitter.png">
I thought this plugin is suppose to make it generate HTML code like the following with “https” …
<img src="https://www.example.com/wp-content/themes/example/images/twitter.png">
The src attribute is generated by
<?php bloginfo('template_directory'); ?>
in the template.
I want to keep my WordPress address and Site Address as “https://www.example.com” in my Genreral Settings. Because I only want to force SSL on one or two pages.
- The topic ‘[Plugin: WordPress HTTPS] bloginfo template_directory still generating http instead of https’ is closed to new replies.