I can't seem to figure out what I would imagine should be easy -- putting an image in the page sidebar. Not matter what code I try, it makes the whole sidebar disappear. How can I put an image in the sidebar, above the other LI items that came by default?
Code:
<div id="sidebar">
<ul id="sidebarwidgeted">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
[img]/url/photo.jpg[/img]</p>
[*]
<h2>Job Fair Coming Soon</h2>[*]Text here
[*]
<h2>Referrals Requested</h2>
Text here.</p>
<?php endif; ?>
[/list]
</div>