Excluding categories from a menu
-
hello!
as you guys can see here: https://zyanclothing.com some categories are called and added to a menu on the header… I updated the plugin and suddenly the code that was before stopped working and now I can see all the categories
This is the actual code that doesn’t works anymore:
<?php wpsc_start_category_query(array(‘parent_category_id’=> 0, ‘show_thumbnails’=> false, ‘show_name’ => true, ‘exclude’ => array(’53’,’57’,’58’))); ?>
Any idea on how to fix this?
Thank you!
Aldo
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Excluding categories from a menu’ is closed to new replies.