Hi,
I've used this plugin to create an archive page, worked great ! but I'm trying to sort the posts (hotel post type) by title.
I've tried
$posts = query_posts($query_string .
'&orderby=title&order=asc');
but it shows me all the posts instead my post_type=hotel
Any idea ?