i'm trying to make items in my navigation dropdown menu link to specific sections of a single page. i see this on web sites all the time but i cannot figure out how to do it. currently i can only make the menu items link to new pages.
i'm using a child theme based on the oxygen wordpress theme.
thanks!
Andrew Bartel
Member
Posted 1 year ago #
http://www.w3schools.com/html/html_links.asp
On page.php
What you're linking from: <a href="page.php#foo">Click here to go to foo</a>
What's you're linking to: Welcome to foo`
Andrew Bartel
Member
Posted 1 year ago #
Ooops screwed up my edit:
What you're linking to: <a name="foo">Welcome to foo</a>