Home › Forums › Legacy Support › 4.0 Bugs & Issues › search page This topic has 5 replies, 2 voices, and was last updated 3 years, 4 months ago by Veronica. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 5, 2021 at 4:59 pm #364038 RagabSalemSpectator Hello I need to increase the number of courses that appear on the search page https://prnt.sc/18sckqs July 6, 2021 at 5:00 am #364058 VeronicaModerator hi try to use: wp-admin->wplms->buddypress->buddypress items per page, change it accordingly. July 6, 2021 at 4:07 pm #364179 RagabSalemSpectator This reply has been marked as private. July 7, 2021 at 10:53 am #364273 VeronicaModerator ok we need to check this if can be possible with the code or not please provide page URL July 7, 2021 at 7:55 pm #364353 RagabSalemSpectator This reply has been marked as private. July 9, 2021 at 12:38 pm #364592 VeronicaModerator hi try to add this code in wplms-customizer.php in wplms-customizer plugin function searchfilter($query) { if ($query->is_search && !is_admin() && $query->get('post_type') != 'course') { $query->set('posts_per_page',20); } return $query; } add_filter('pre_get_posts','searchfilter'); Author Posts Viewing 6 posts - 1 through 6 (of 6 total) The topic ‘search page’ is closed to new replies.