john-john
Member
Posted 4 years ago #
I just installed the cutline-3 theme, and am in the process of replacing the headers in the widgets with images.
I can't seem to figure out how to disable the header in the Archive widget & replace it with a graphic.
Does anyone have any suggestions?
john-john
Member
Posted 4 years ago #
Hey, I figured it out & if anyone runs into this issue, just do the following:
Download the execphp widget found here:
http://ottodestruct.com/blog/2006/04/09/fun-with-widgets/
Once you follow the instructions, & upload & activate it, you can put your image in & include the code:
<img src="http://whateveryourimagesourcehtmlis.gif">
<?php wp_get_archives('type=monthly'); ?>
And there you go!