Products number
-
Hello, i have set in the settings the Products number 20 (Maximum number of displayed products search results.) but it still displays 5 items per page (i use Divi Theme).
I even tried this code snippet but with no change in the results number.add_filter( 'aws_search_results_per_page', 'custom_aws_search_results_per_page' );
function custom_aws_search_results_per_page( $per_page ) {
return 20;
}Any idea where to look?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.