unlimited post on search form

This commit is contained in:
jorge-vitrubio 2023-01-31 11:11:21 +01:00
parent 7f08a301b0
commit 1adc034dca
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ get_header();
$the_query_ajut = new WP_Query( $the_query_ajut = new WP_Query(
array( array(
'post_type' => 'ofisuport-ajut', 'post_type' => 'ofisuport-ajut',
'posts_per_page' => '6' 'posts_per_page' => '-1'
) )
); );
?> ?>