Hi, i am trying to add a link to the category showed inside each item when we hover it. I want to get/echo the category slug url for each item? How can i do that ?
i tried the <?php echo osc_item_category(url); ?>
but this gets the category url name and not its slug
Please help !