Fix Insecure FeedBurner Form for Schema Theme


I have started using WordPress paid theme Schema for my several blogs. In general, it is a nice theme, fast and SEO friendly. However, since my blogs are all on HTTPS, then I noticed that if I had a widget of (Google Feedburner) in the sitebar. The chrome will show a security error for any secure page with an insecure form call on the page.

To fix this, it is really simple, Share on X

you would just need to change the file widget-subscribe.php located at /wp-content/themes/schema/functions/ and replace all “http://feedburner.google.com” to “https://feedburner.google.com”.

Save the file, and clear the cache, then your browser will show a green padlock.

https Fix Insecure FeedBurner Form for Schema Theme

HTTPS is the future!

To check if your pages are fully secure: You could press F12 in the chrome browser or Go to https://whynopadlock.com

Wordpress Themes

–EOF (The Ultimate Computing & Technology Blog) —

264 words
Last Post: From Windows 1.0 to Windows 11
Next Post: Using Imagify WordPress Plugin to Reduce size of Images

The Permanent URL is: Fix Insecure FeedBurner Form for Schema Theme (AMP Version)

Leave a Reply