How to grab category slug and product slug in products-page?
-
Hi,
I’m customising links on products-page and what I’m trying to do is something like:
<a href="<?php echo '../products-page/' . category_slug . product_slug; ?>">
Is there an easy way to grab category_slug and single_product_slug?
So far I’ve tried
$post->post_name
andwpsc_category_name()
but nothing gets echoed (only the product ID when I usewpsc_the_product_id()
)Any help is very much appreciated. Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to grab category slug and product slug in products-page?’ is closed to new replies.