'site', 'posts_per_page' => -1, // -1 for all posts 'post_status' => 'publish', 'orderby' => 'title', 'order' => 'ASC' ); if ( $id ) { $options['p'] = $id; } $query = new WP_Query($options); ?>