Home › Forums › WoodMart support forum › Shop category page reverts to pagination when filter is set › Reply To: Shop category page reverts to pagination when filter is set
May 31, 2021 at 6:55 am
#296563
Eric Watson
Participant
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to disable this
add_filter( 'woodmart_load_more_button_page_url', '__return_false' );
Kind Regards