If you want to edit using sidebar.php, you can add a new li to the list like so:
PHP Code:
<li class="widget">
<img src="http://www.yourblog.com/url-of-image.jpg" alt="" />
</li>
As mentioned above, you must know the URL of the image you want to display.
Try adding that right after this line:
PHP Code:
<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar(1)) : ?>

Originally Posted by
msadesign
I was updating my blog today with the latest WP and Cutline, and wanted to know how to do the same thing…so, yes, I want to know how to do it? edit the sidebar.php?
Bookmarks