Title: [Plugin: WordPress HTTPS (SSL)] Only not working with plugins on the home page
Last modified: August 20, 2016

---

# [Plugin: WordPress HTTPS (SSL)] Only not working with plugins on the home page

 *  Resolved [Gaperville](https://wordpress.org/support/users/sbboyd/)
 * (@sbboyd)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-only-not-working-with-plugins-on-the-home-page/)
 * Ive tried ssl and non ssl and still does not work.
 * I d/l this plugin w/ hopes of making my content work properly on the home page
   postings and the tag links.
 * My content is working fine on the .htm files (permalinks) while still showing
   the https. Any ideas on why or how my 2 plugins are not working on the home page
   and the tag links?
 * Im using the Custom Contact Forms and the Pro Version of MapPress.
 * Is it weird that these work over ssl in the .htm postings and not everywhere 
   else?
 * I have even tried non ssl and they are still not working. I only have the login
   and the admin areas on the ssl by using the WP coding in the config file they
   suggest to use.
 * define(‘FORCE_SSL_LOGIN’, true);
 * define(‘FORCE_SSL_ADMIN’, true);
 * Any suggestions on how to properly set your plugin to make this all work?
 * Thank you kindly for your support, 😉
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Gaperville](https://wordpress.org/support/users/sbboyd/)
 * (@sbboyd)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-only-not-working-with-plugins-on-the-home-page/#post-2367352)
 * WoW! I’m using the plugin test ssl and your plugin works great for making the
   Pro Version of MapPress secure. This was always working regardless, just thought
   you may want to know this.
 * My contact form is all secure, but neither of these are working on the home page
   or tag links.
 * I started over w/ by taking out the
 * define(‘FORCE_SSL_LOGIN’, true);
 * define(‘FORCE_SSL_ADMIN’, true);
 * and using the .htacess rewrite rule:
 * RewriteEngine On
    RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ [https://themassagecoupon.com/$1](https://themassagecoupon.com/$1)[
   R,L]
 * In the General Settings, the URL base is https too.
 * Its cool to know your plugin works by using the test ssl plug.
 * Maybe I have a certain setting on or off? I’ve tried all your settings and seem
   to be lost.
 * Thank you kindly for your awesome work!
 *  Thread Starter [Gaperville](https://wordpress.org/support/users/sbboyd/)
 * (@sbboyd)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-only-not-working-with-plugins-on-the-home-page/#post-2367353)
 * Sorry for too many posts,
 * FYI: The Pro Version of MapPress Widget is working fine on the home page.
 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-only-not-working-with-plugins-on-the-home-page/#post-2367517)
 * Hey Gaperville,
 * It’s not really recommended to set your entire site to HTTPS unless you need 
   to. The encryption process slows down your site. You really only need it on your
   admin panel and on any page that collects personal information.
 * Thanks,
    Mike
 *  Thread Starter [Gaperville](https://wordpress.org/support/users/sbboyd/)
 * (@sbboyd)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-only-not-working-with-plugins-on-the-home-page/#post-2367535)
 * GOT IT!!! had to go to my custom theme and alter the code in the content.php 
   file as follows:
 * ‘content’ => theme_get_excerpt(),
    to ‘content’ => theme_get_content(),
 * in content.php. It’ll display the posts on your front page the same way as it
   does on single posts.
 * Without having to use the plugin ( I still Love You)
 * My SSL works perfect across the board!! WHEW!!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: WordPress HTTPS (SSL)] Only not working with plugins on the 
home page’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Gaperville](https://wordpress.org/support/users/sbboyd/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-only-not-working-with-plugins-on-the-home-page/#post-2367535)
 * Status: resolved