Ok i did a search and found no immediate answer. Simple one, i want to move the archives list of months to the left column.
i thought it would be easy as just hacking the main page template by adding the
<?php wp_get_archives('type=monthly'); ?>
to the left div as shown below - but it still appears in the right hand column...
<div id="left">
-
<li id="archives"><?php _e('DATAISNATURE'); ?>
-
<?php wp_get_archives('type=monthly'); ?>
any help there?
cheers,
p