Viewing 1 replies (of 1 total)
  • You’d need to set up an id on a markup element in the other post first. For example, if the subheading in Post A was marked up as:

    <h3 id="foo">Some Text</h3>

    You could then add a link from Post B along the lines of:

    <a href="http://domain.com/2009/09/24/post-a#foo">Link to subheading in Post A</a>

    The id="foo" and the #foo create the connection.

Viewing 1 replies (of 1 total)
  • The topic ‘Back to Top, etc.’ is closed to new replies.