Forum
Perch Shop - Hide Category Link
I am trying to temporarily hide a category on the side of a shop. I can't seem to get this to happen. This is the code I am trying:
<?php perch_shop_categories(array(
'template' => 'category_link.html',
'category' => array('!parts-accessories')
));
?>
What am I doing wrong?
Have you enabled debug to see what is being selected?