Is there an easy method to kill all links on a WordPress page? I’m basically stripping down the twenty-eleven theme and pulling it in a simple iFrame on my site to act as a simple news feed. I want to kill all the links, eg – currently, by default, the WordPress Post titles link to the stand alone posts; just wondering if there’s a simple way to void those links with a CSS snippet I can throw in the header, or style sheet.
Edit: To be specific, I want to keep the text of those default links. Just not have them link, so I think display: none; wouldn’t work.
I know I could do it manually, just always on the lookout for little tricks – as I feel there could be one, since I don’t want any active links on the page.
I guess jQuery could do that for you with something like: