Adding Anchor Link to another page
Hi I'm new to wordpress, and i recently bought a Be Theme. So I waned to know how to add anchor link to another page section on betheme site. Let's say I have 3 services icons on my home page and I want to link each icon to a dedicated section on my service page, how do i do that ?
Thank for helping me
Comments
so for a normal page it would be: href="#myid"
but if you want to redirect it to another page is will look like this:
href="http://mypage.com/page#myid"
thanks