I need to show just last product category link in single product page
-
hey
I need to just show the last child of product category link in single product page, let me explain more, in single product page after on “posted_in” tag we can see the product related category but if it has too many category for instance it could has 6 or 8 category that make this to long I need to show the last one of them.
you can see more info in attached image.
Attachments:
You must be
logged in to view attached files.
I did this with this code :
add_filter( ‘term_links-product_cat’, function( $links ) {
return [ $links[count($links)-1] ];
});
Hello,
We are glad you have solved the issue. If you have any questions please feel free to contact us.
Best Regards