Hey,
i want to show about 15-20 Elements in the slider at the frontpage.
But there will not be shown more than 5 elements.
Thanks for your help...
Garthi
$query = new WP_Query( array ( 'post_type' => 'page', 'post_parent' => $post->ID, 'order' => 'ASC') );
$query = new WP_Query( array ( 'post_type' => 'page', 'post_parent' => $post->ID, 'order' => 'ASC', 'posts_per_page' => 15) );