Footer links are doing something weird.
Hi there,
In the Theme I set my footer code to:
"""
<a href="products-call-answering-service/">Privacy Policy</a>
|
<a href="products-call-answering-service/">FAQ's</a>
|
<a href="products-call-answering-service/">Articles</a>
|
<a href="products-call-answering-service/">Blog</a>
|
<a href="products-call-answering-service/">Testimonials</a>
|
<a href="products-call-answering-service/">Sitemap</a>
<a href="products-call-answering-service/">TESTING 2</a>
<a href="products-call-answering-service/">TESTING 2</a>
"""
But the actual links have the following code:
""" http://146.66.97.132/~fakenotr/products-call-answering-service/products-call-answering-service/ """ <<< like you can see it copies one section twice. No idea why it is doing that. << You can see the code on the site url.
Comments
you need to paste the whole URL, with http://... then it will work.
thanks
So, you're saying that http:// will fix it.