Home › Forums › Basel support forum › Products per page Products per page This topic has 3 replies, 2 voices, and was last updated 7 years, 2 months ago by Eric Watson. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 22, 2017 at 2:58 pm #17925 852cmdParticipant Hi, We have set the Products per page under Theme Settings – Shop to 36. However, it’s only showing 12. Please help, thanks. August 22, 2017 at 4:40 pm #17929 Eric WatsonParticipant This problem is caused by custom code in your child theme. Kind Regards XTemos Studio August 29, 2017 at 1:37 pm #18352 852cmdParticipant Hi, Could you please tell us which custom code in the child theme is actually conflicting? Thanks a lot! August 29, 2017 at 1:46 pm #18354 Eric WatsonParticipant Check this code please in basel-child/functions.php function wg_view_all_products(){ if($_GET['view'] === 'all'){ return '9999'; } else { return '12'; } } Kind Regards XTemos Studio Author Posts Tagged: products per page Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register