Hey, thanks for that but still no look.
I don’t think I explained myself properly.
It currently gets the full sized image image.jpg and what I want to get is the thumbnail image image-150×150.jpg
Thanks for your reply though
Worked it out
`<?php $drop_cat = array(
‘orderby’ => ‘ID’,
‘order’ => ‘ASC’,
‘hide_empty’ => 0,
‘hierarchical’ => 1,
‘name’ => ‘cat’,
‘tab_index’ => 10,
‘taxonomy’ => ‘category’,
‘hide_if_empty’ => false
); ?>
<?php wp_dropdown_categories( $drop_cat ); ?> `