How to hide click counter on internal anchor links in the same post?

A workaround for your specific case - because all your internal page links begin with “#” - would be something like this:

a[href^="#"] span.clicks { display: none; }
6 个赞