Seperate sub categories from product loop

Home Page Forums Porto | Multi-Purpose & WooCommerce Theme Seperate sub categories from product loop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25846
    Jeroen vd Veer
    Participant
        Expired

        Currently subcategories are shown within the product loop.
        how can a separate this so they are shown on their own row?

        have tried to add this in functions.php but gives no change.

        // Remove subcategories from the product loop
        remove_filter( ‘woocommerce_product_loop_start’, ‘woocommerce_maybe_show_product_subcategories’ );

        // Add subcategories before the product loop with priority 5
        add_action( ‘woocommerce_before_shop_loop’, ‘cg_show_product_subcategories’, 5 );

        function cg_show_product_subcategories() {
        $subcategories = woocommerce_maybe_show_product_subcategories();
        if ( $subcategories ) {
        echo ‘<ul class=”products subcategories”>’, $subcategories, ‘‘;
        }
        }

        #25851
        Aizaz Awan
        Keymaster

            Hello, @jeroenvdveer,

            Unfortunately, this is not possible with the current functionality of our theme. Achieving this would require additional code customization. If you’re interested in our paid customization services, please fill out the form here: [https://www.portotheme.com/customization/] ( https://www.portotheme.com/customization/ ).

            Best Regards,
            PThemes Team.

            #26269
            Jeroen vd Veer
            Participant
                Expired

                It is possible with the current functionality of your theme.
                Shop Page Subcategories block…

                #26398
                Aizaz Awan
                Keymaster

                    Hello, @jeroenvdveer,

                    You can show the sub-categories with that block for sure, but it’s not the archive page element, if you wish to use it and it works fine on your site, then you can go with it.

                    Best Regards,
                    PThemes Team.

                  Viewing 4 posts - 1 through 4 (of 4 total)
                  • You must be logged in to reply to this topic.
                  Customize Icon
                  Need Customization? We specialize in delivering high-quality web and mobile design/development services to our clientele. Should you require customization services, please do not hesitate to reach out to us at your convenience.