Home › Forums › WoodMart support forum › Infinite Product Load and Sorting Issues › Reply To: Infinite Product Load and Sorting Issues
April 30, 2021 at 12:40 pm
#288368
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file to do this
add_filter( 'woodmart_load_more_button_page_url', '__return_false' );