unlimited post on search form
This commit is contained in:
parent
7f08a301b0
commit
1adc034dca
|
@ -55,7 +55,7 @@ get_header();
|
|||
$the_query_ajut = new WP_Query(
|
||||
array(
|
||||
'post_type' => 'ofisuport-ajut',
|
||||
'posts_per_page' => '6'
|
||||
'posts_per_page' => '-1'
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue