• `I’m trying to add anchor links on to a page that hasn’t had them before; I have used the same method in the past on other pages on our site, and they are still working. I use both the visual and the HTML text to accomplish and have never had a problem until today.

    First I tried creating the links in the visual window for each heading, naming them in the format #joblisting. I used the anchor name as shown to link the job listings at the top of my page. I switched to the public view of the page, and the links weren’t taking me anywhere so I switched to HTML in my editing window.

    I’ve tried all variations of code for anchor links in WordPress based on other support articles, and none of them seem to be working. Here’s some what I’ve tried, unsuccessfully, so far:

    Link at top:<a title=”Job Name” href=”http://mca.edu/about/human-resources/job-opportunities/#anchorname”>Job Name</a>
    linking to: <h1 id=”#anchorname”>Job name</h1>

    Link at top:<a href=”http://mca.edu/about/human-resources/job-opportunities/#anchorname”>Job Name</a>
    linking to: <h1>Job name<a></a></h1>

    Link at top:<a href=”#anchorname”>Job Name</a>
    linking to: <h1>Job name<a></a></h1>

    Please help!!! Thank you.

    https://wordpress.org/plugins/wp-simple-anchors-links/

  • The topic ‘Anchor links not working’ is closed to new replies.