Skip to content
Public Ticket #25987

Remove woocommerce Default Sorting

Conversation thread

demoshop316 replied

Customer Reply
thank you

PenciDesign Supporter replied

Staff Reply

Hi,

I've edited the code for your site.

Please check.

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

Please also send the site URL.

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

For this case, please send me your WordPress admin account in a PRIVATE reply.
I'll log in and try to help you edit it.


Regards,
PenciDesign.

demoshop316 replied

Customer Reply

This code still cannot be deleted!

PenciDesign Supporter replied

Staff Reply

Hi,

Please edit:

add_action('init',function(){
    remove_action('woocommerce_before_shop_loop','woocommerce_catalog_ordering',30);
});

Regards,
PenciDesign.


demoshop316 replied

Customer Reply

what's wrong

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the code as follows:

add_action('init',function(){
    remove_action('woocommerce_before_shop_loop','woocommerce_catalog_ordering',30);
})

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

Hi,

Please send me the screenshot of the area where you've added this code.

Regards,
PenciDesign.


demoshop316 replied

Customer Reply

Even after adding this code, I still can’t delete it.

PenciDesign Supporter replied

Staff Reply

Hi,

You should paste this code into the function.php of the child theme or via the CodeSnippet plugin here: https://wordpress.org/plugins/code-snippets/

remove_action('woocommerce_before_shop_loop','woocommerce_catalog_ordering',30);

Regards,
PenciDesign.


demoshop316 started the conversation

Conversation Start

How to remove woocommerce Default Sorting?

Want to join this conversation or access attachments? Sign in first.