Is it possible to ling an image on my main page to an anchor on another page. I know I can link to another page but I also want it to go to an anchor (gallery slider) Half way down that second page. Thanks!
Hey Eric,
Yes you can, for example when you link to a anchor on the same page the link looks like this:
#image
when you link to a anchor on another page you will need to add the page like this:
page#image
This works good for buttons and links, but if you try to add this in a menu, wordpress will add http:// first, so for menus use this link format:
/page#image
Hope this helps.
Best regards,
Mike
Thank You! That worked perfect. Eric