Търсене по ключови думи в книги от библиотеката

query, array(
‘posts_per_page’ => ’56’,
‘order’ => ‘ASC’,
‘cat’ => ‘4’
) );
query_posts( $args );
while ( have_posts() ) : the_post();
the_title();
endwhile;
?>