I have a new website using Wordpress. Wordpress uses PHP. On the main page it loads header.php for the top of the page and whatever else it loads, but footer.php is on the bottom of the page. In the middle is where my content loads.
Is there a way to put a link on my menu in PHP that when clicked will take the user to the bottom of the page?
I saw this tutorial here:
http://bignosebird.com/docs/h17.shtml
But don't know how to get it right in PHP. I tried and screwed up.