I have a products page with a couple child pages and in my footer I have the same product categories as links. All the words do work as links except one and there is no difference in paths and I can if I manually go to my site an into products I can still reach that page but not from clicking the link in the footer, why? I only get to a page doesnt exist although I have the page opened in another tab with the exact same url.
This is my footer.php
<div id="footer">
<a href="http://energyshop.se/produkter/art-meditationer/">Meditationer</a>, <a href="http://energyshop.se/produkter/guidade-upplevelser/">Guidade upplevelser</a>, <a href="http://energyshop.se/produkter/vatten/">Energirening & Energidroppar</a>, <a href="http://energyshop.se/produkter/clearings-och-aktiveringar/">Clearings m.m.
</div>
</div>
<?php wp_footer(); ?>
This is the line that doesnt work:
<a href="http://energyshop.se/produkter/vatten/">Energirening & Energidroppar</a>
although its the same as the other and as I mentioend earlier its just the link in the footer that doesnt work (takes me to error page) but I can still go into Products and click the image for the same ur and come to the correct page without error?
%E2%80%8E. Also it's a very bad practice to hardcode links. And more, it's not a Wordpress question. – Max Yudin Feb 1 at 14:38