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