I’m coding one of my themes from HTML > WP. Now I’m almost there with one major problem. To this one page theme I’ve added a blog. This blog is a separate page. So in the navigation you have like 4 links that are anchors and they just scroll you to the specified area on a page. The fifth link goes to the blog.
Now the problem is when I go to the blog first four links do nothing since they are:
#just-an-example-anchor
I would like them to change when I go there to be include whole theme URL like:
http://localhost/wordpress/#this-would-work
How can I do this? Please note that obviously I do not want to “hardcode” those links.
