Hello
I had added a custom page but can't work out how to link to it.
In the footer I did have this:
`<?php echo getCustomPageURL('contact'); ?>`
But that no longer links the page anymore. What is the code I need to link to the custom page (in the themes directory)?
Thanks
Comments
I have figured out though that the code was right, but there is something in the footer that is stopping links from forming. The CSS is read but the text isn't clickable.
Is this in the CSS or PHP?
Thanks
The links are in the code but when the page is rendered then the links are no longer links.
I would guess that the answer lies in the DIV tages I have at the bottom that is somehow stopping it render the links as links.
It's strange though as the text itself shows the right color for a link, but isn't actually read as a link :S
Just to report back it was in the PHP file. Moving the location of the DIV tag to somewhere else cured this mini second problem.