|
wordpress coding question, help if you can
i am trying to insert a piece of html code before the months archives
<?php get_archives('postbypost', '5', '', '<br> » '); ?>
i can do that for post by post.
works fine but when i goto list the months
<?php wp_get_archives('type=monthly&limit=20&format=html '); ?>
i tried putting the html code before wp_get_archives but doesnt seem to work.
if anyone has a hint how to do it, would be greatful.
thx
|