Footer Link

Hello,

how can I insert a link in the footer? What code should I use?

For example, to link to the policy page:

<a href=/privacy">Policy</a>

Or

<a href="https://www.domain.com/privacy">Policy</a>

what is the difference?

Thanks

Hello @webSF,

Thanks for writing in!

You can add links into footer under X > Theme Options > Footer > Footer Content. The first code that you have shared is using relative URL while the later one is having absolute URL.

To understand the difference between relative and absolute URL, please take a look at following resource:

https://kb.iu.edu/d/abwp

Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.