query posts and custom post type with meta key
I’m afraid WP_Query is not able to fetch (Posts with custom field) or (ailec_even). You’ll have to query the firs one, than the second one and merge those arrays. Use WP_Query instead of query_posts. I’ve just tried it on my local installation and this code called from index.php of twentytwelve works (brings post with title … Read more