Title: [Plugin: WordPress HTTPS (SSL)] can&#039;t get nav menu pages secure with wordpress https
Last modified: August 20, 2016

---

# [Plugin: WordPress HTTPS (SSL)] can't get nav menu pages secure with wordpress https

 *  [haleeben](https://wordpress.org/support/users/haleeben/)
 * (@haleeben)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-nav-menu-pages-secure-with-wordpress-https/)
 * I’m using the wordpress-https plugin and I just want one page to use https. Everything
   is working fine but the page shows browser secure error.
    I’ve had a look at 
   the page source and fixed everything but can’t get the nav menu page links to
   go https using wp_nav_menu function to show the nav menu, I tried to add this
   function but still no luck
 *     ```
       function wp_list_pages_custom() {
          $array = array();
          $pages = wp_nav_menu( array(
       	'container_class' => 'menu-header',
       	'theme_location' => 'primary'
          ));
         $pages = str_replace('https', 'http', $pages);
         echo $pages;
       }
       ```
   
 * has anyone got any ideas or suggestions
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-nav-menu-pages-secure-with-wordpress-https/#post-2664257)
 * I just pushed out version 3.0 which may or may not fix the issues you were having.
   Please try updating and let me know if you need any help.
 * Sorry for the late response. I have not had time to support the plugin for a 
   while now. Since I just pushed out 3.0, I’ll be keeping an eye on the support
   forums to fix any bugs that arise.
 * Thanks,
    Mike

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress HTTPS (SSL)] can't get nav menu pages secure with 
wordpress https’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [mvied](https://wordpress.org/support/users/mvied/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-cant-get-nav-menu-pages-secure-with-wordpress-https/#post-2664257)
 * Status: not resolved