It seems Twenty Ten has a problem with caps in headers. Suppose I write a poker entry to my blog, and name it "AK and TT2". Blog entry seems ok when I read it, but if I have my mouse on its name in "Recent articles", this is what I see: <span class="caps">AK</span> and <span class="caps">TT2</span>
The problem is, WordPress & Twenty ten are showing me part of the code there, not capital letters. Any way to manually remove those spans?
charles.murphy
Member
Posted 2 years ago #
Please post a link to your page.
it seems to me that your site is using some code, probably/possibly a plugin of filter function, to automatically edit any occurrance of more than one consecutive capital letter into this <span class="caps"> construction.
it definitively is not part of the twenty ten theme code.
either remember which plugin/code you added to get this effect; or try to deactivate all plugins to see if this solves the problem.
if yes, re-activate one plugin after the other to see which is the trouble maker.
btw:
just be aware that twenty ten as the default theme of wp3 will be overwritten with your next upgrade of your wordpress version; your modifications will be lost.
consider creating a child theme http://codex.wordpress.org/Child_Themes;
and keep making regular backup copies of your theme files.
Thanks! You're right. The problem was wp-Typography...