Comment generated when saving post with link to id name
-
I’m new to WordPress and HTML so please forgive me if I’m asking a stupid question …
On my blog I have made a page called Glossary. I would like to be able to link to specific headings on this page from my posts. I have tried to do this by marking up the headings this way:
<div id="someword">
<h3>Some word</h3>
</div>and linking in this way:
<a href="https://www.mydomain.com/
glossary#someword">Some word</a>This works fine, but … Every time I save a post with a link like this, it generates a comment, which I’m asked to moderate (“A new comment on the post #11 “Glossary” is waiting for your approval”). Of course, I’m asked to moderate because I want to moderate comments – but where does this comment come from?
And what is the correct way of doing this?
Thanks.
- The topic ‘Comment generated when saving post with link to id name’ is closed to new replies.