[ad_1]
Ok so I’m very new to this and I’m trying my best so I’m sorry if this sounds really dumb
Basically I created 3 pages a blog page a review page and an about me page but when copy the link of my review page or about me page and attach it to a button only the blog page shows up so basically all my page’s links are going to the blog page and not their own page
Sorry if this makes no sense
[ad_2]
Hey I’d love to help, I dont fully understand your issue, but it sounds like you may be having trouble formulating the html for you button links? Just for reference a link should look like this:
`<a href=”{{link url}}”>{{link title}}</a>`
So to link to your homepage you could do this:
`<a href=”/”>Home</a>`
Or your blog and about page would look like this:
`<a href=”/blog/”>Blog</a>`
`<a href=”/about-us/”>About Us</a>`
I guess the most important takeaway is to use the <a> tag and use the href attribute to point your link at the right url that you want to go to
It appears there are multiple WP installs running. Have you installed WP over the top of a site?