Home Forums WoodMart support forum I need to show just last product category link in single product page

I need to show just last product category link in single product page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #240789

    bidopinco
    Participant

    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.
    #240799

    bidopinco
    Participant

    I did this with this code :

    add_filter( ‘term_links-product_cat’, function( $links ) {
    return [ $links[count($links)-1] ];
    });

    #240867

    Hello,

    We are glad you have solved the issue. If you have any questions please feel free to contact us.

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)