hi,
i run the plugin with success in custom post types,
i need to know if i'm making something wrong cause,
when i change the order of my custom post type i didn't see any changes in my page (custom post types list order),
i use this query to get the post type:
query_posts('post_type=projects&showposts=8&offset=0&paged='.$paged);
does anyone knows how to make this work?
also how i can enable the plugin to work with posts also?
thanks a lot,
Philip