• Hello,
    I have a site with one SSL-protected page on it. When users are done on that page, I want them to be able to click main nav links without using https://, but since nav links are relative, they always default to https:// which causes problems.

    How can I force the wp_list_pages function (or through some other hack) to list the pages with status URLs infront of them (https://www.domain.com/about/ instead of /about/)?

    Thanks a lot for any help you can provide!
    Daniel

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dcestrada

    (@dcestrada)

    I’ve searched everywhere for an answer to this, and so far I’ve only found some grep code for wp_list_pages that didn’t work correctly.

    Thread Starter dcestrada

    (@dcestrada)

    Bump. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I make navigation links absolute instead of relative?’ is closed to new replies.