Dear thomasplevy, thanks.
I did test your solution but courses page does not change even with below code! While this code affects all queries:
function course_search_filter($query) {
$query->query_vars[‘posts_per_page’] = 1;
return;
}
add_action(‘pre_get_posts’,’course_search_filter’);
Please test the code for yourself, too ??