Is it possible for an excerpt to contain an html link that refers to its post?
I have some html documents that I want to post with wordpress. They contains footnotes implemented as html internal links, e.g.
<a href="#footnote_1"> ... </a>
...
<a name="footnote_1"> ... </a>
In some cases, a link in the excerpt refers to a target at the end of the note. Is there a way of making this work?
thanks