How to show only category by name without product?
-
I’m new to wp e-commerce, what I would like to do is only show a category by its name on a custom page without to display also its products:
<?php echo wpsc_display_products_page( array( 'category_url_name' => 'shoes' ) ); ?>
if i use that line which i get from the category on the wp admin, it will also show the products it has. What if I only want to show the category and not its products as per building my own page with category list with categories only?
- The topic ‘How to show only category by name without product?’ is closed to new replies.