Okay
  Public Ticket #1492704
Problem footer link!!!
Closed

Comments

  •  1
    cadra83 started the conversation

    Good morning! I inserted a link in the footer "privacy policy" ... my problem is that the link works from HomePage, from the other pages takes a strange address and does not work!

    Where am I wrong?

    thank you

    {"wp":{"use":false,"adminUrl":"www.fvgclick.it /wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi there,

    I was able to fix the URL by adding a slash to url :

    <a href="/privacy-policy">Privacy Policy</a>
    

    if you still facing the issue in different scenarios, please try this:

    <a href="/http://www.fvgclick.it/privacy-policy">Privacy Policy</a>
    

    Thank you.

  •  1
    cadra83 replied

    Thanks Eroll, efficient as always !!!