'post', 'ignore_sticky_posts' => false, 'paged'=> $page ); if ( !empty($artistas_featured_posts_id) && is_array($artistas_featured_posts_id)) { $arg_query['post__not_in'] = $artistas_featured_posts_id; } query_posts($arg_query); artistas_posts(); ?>