WordPress - How to add anchor to previous/next page links
问题 I have a gallery at the top of my WordPress theme and the blog posts are below it. Each time I go to the next page it goes to the top which I don't want. I would like to add an anchor called #blog just below the gallery and add it to previous/next page links. Where in the code should I put #blog to make this work? 回答1: You should be able to do this with two adjustments. The first will be creating the anchor and the second will be adjusting the links to use the anchor. Anchors can be