If you use widgets… no matter what you edit in the sidebar code – it will NOT appear.
The only way to go around this: put your code outside of the widegtized portion.
If you use widgets… no matter what you edit in the sidebar code – it will NOT appear.
Thats what I’m saying, as I realise the widgetized sidebar is not the same one as the standard one. My question is, where is ‘outside’ of the widgetized portion? I assume its not lsidebar or rsidebar?
Reading up a bit on widgets…
http://automattic.com/code/widgets/themes/
would reveal that the “widgetized” portion starts with
<?php if ( !function_exists('dynamic_sidebar')
…
… and it ends with
<?php endif; ?>
Everything before and after that is “outside”.