When I add <ahref> pointing to a page or post within my site or an outside site in the footer, I get a 404 error message when I try to click on those links in the footer. Can someone help me resolve that?
Thank you.
When I add <ahref> pointing to a page or post within my site or an outside site in the footer, I get a 404 error message when I try to click on those links in the footer. Can someone help me resolve that?
Thank you.
Actually it adds my domain name before any other address I make the link to.
Thank you.
You need to use absolute links, not relative ones:
http://codex.wordpress.org/Linking_Posts_Pages_and_Categories#Absolute_versus_Relative_Links
How do I make the absolute links?
Thank you.
How do I make the absolute links? Say for example I want to make a link to Wordpress. How do I make it absolute and relative?
Thank you.
Check out the link I gave you on how to tell the difference between the two. For how to make links, see:
http://csshtmltutorial.com/csshtmltutorial-htmllinkcodetutorial.php
Thanks. It worked.
You must log in to post.