I have looked at the category customising codex and stil cannot see how to get what I want.
I must have done simething really stupid as my posts look like:
category 1
category 2
post 1
post 2
post 3
Whereas they should look like
Category 1
Post 1
Post 2
category 2
Post 3
Code I am using is
'<?php wp_list_categories('title_li'); ?>
<?php get_archives('postbypost','15','custom','<li class="post">',''); ?>'
Any thoughts folks.
Cheers
Ian