<meta name="generator" content="WordPress 2.1.2" /> <!-- leave this for stats -->
you need to upgrade your site, it’s exploitable.
ok I upgraded to 2.1.3 and I still have problems with the links.
look at the brightside, you wont wake up to hacked site 🙂
thank you for being responsible, it’s appreciated by the rest of the Internet :))
It is quite logical:
I switched themes and now my links will not show at all.
So, your new theme might not be compatible with the 2.1.x branch…
Your theme may not have the call for displaying the links
(not all themes work in the same way!)
an excerpt from the sidebar. I think it’s obviously calling for links.
<?php wp_get_links(); ?>
Still, try it with another theme/old theme. If the links diplay – there is something wrong with the theme/code.
If they don’t work with the old theme either, then there is something deeper…
I tried it with the default theme and they appeared.
In my books that means there is something wrong with your theme.
Just a thought: isn’t that code you posted above inside of a conditional tag, for example?