Use this code in either the loop.php file or the page template
| PHP | | copy code | | ? |
| 1 | <?php |
| 2 | wpsc_start_category_query(array('parent_category_id'=>41, 'show_thumbnails'=> 1)); ?> |
| 3 | <a href="<?php wpsc_print_category_url();?>" title="<?php wpsc_print_category_name();?>"> |
| 4 | <?php wpsc_print_category_image(); ?> |
| 5 | <span class="catName"><?php wpsc_print_category_name();?></span> </a></div> |
| 6 | <?php wpsc_end_category_query(); ?> |
| 7 |

Thanks For Help.
I recently Used ‘child_of’ in query. but it’s not work.
This work great