Comments demoshop316 started the conversationSeptember 6, 2023 at 2:13amHow to remove woocommerce Default Sorting?Attached files: 28.08.2023_17.50.27_REC.png 2,610PenciDesign repliedSeptember 6, 2023 at 2:55amHi,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 repliedSeptember 6, 2023 at 4:48amEven after adding this code, I still can’t delete it. 2,610PenciDesign repliedSeptember 6, 2023 at 5:49amHi,Please send me the screenshot of the area where you've added this code.Regards,PenciDesign.demoshop316 repliedSeptember 6, 2023 at 7:59amAttached files: 06.09.2023_15.59.08_REC.png 2,610PenciDesign repliedSeptember 6, 2023 at 8:16amHi,Please modify the code as follows: add_action('init',function(){ remove_action('woocommerce_before_shop_loop','woocommerce_catalog_ordering',30);})Regards,PenciDesign.demoshop316 repliedSeptember 6, 2023 at 8:43amwhat's wrong Attached files: 06.09.2023_16.42.46_REC.png 2,610PenciDesign repliedSeptember 6, 2023 at 8:47amHi,Please edit: add_action('init',function(){ remove_action('woocommerce_before_shop_loop','woocommerce_catalog_ordering',30); });Regards,PenciDesign.demoshop316 repliedSeptember 6, 2023 at 9:09amThis code still cannot be deleted! 2,610PenciDesign repliedSeptember 6, 2023 at 9:37amHi,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 privately 2,610PenciDesign repliedSeptember 6, 2023 at 10:10amHi,Please also send the site URL.Regards,PenciDesign. demoshop316 replied privately 2,610PenciDesign repliedSeptember 6, 2023 at 3:51pmHi,I've edited the code for your site.Please check.Regards,PenciDesign.demoshop316 repliedSeptember 7, 2023 at 2:26am thank you Sign in to reply ...
How to remove woocommerce Default Sorting?
Attached files: 28.08.2023_17.50.27_REC.png
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/
Regards,
PenciDesign.
Even after adding this code, I still can’t delete it.
Hi,
Please send me the screenshot of the area where you've added this code.
Regards,
PenciDesign.
Attached files: 06.09.2023_15.59.08_REC.png
Hi,
Please modify the code as follows:
Regards,
PenciDesign.
what's wrong
Attached files: 06.09.2023_16.42.46_REC.png
Hi,
Please edit:
Regards,
PenciDesign.
This code still cannot be deleted!
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.
Hi,
Please also send the site URL.
Regards,
PenciDesign.
Hi,
I've edited the code for your site.
Please check.
Regards,
PenciDesign.