I call wp_blog_header and wp_get_archives from the front-page of my site (outside the blog directory) to display the 6 most recent posts there.
You can see this at : http://www.language-global.com/new_index.php
I would like to format the output myself - changing text font, size and colour and generally style all the output myself. Can anyone give me some pointers as to what I need to know to do this? I've looked through functions.php but I couldn't find a function called wp_get_archives.
Thanks in advance for any help with this...