Hi
I know that this plugin is not developed any more but for us who still use it I am looking for help.
I have a site that is more based on alphabetical sorting than post id or date. If I use CFT (which works great) I don't see how to get the meta.php template to sort by the title. For example the category.php template I use:
$posts = query_posts($query_string . '&orderby=title&order=asc&posts_per_page=20');
to sort the listning by title
http://chwisgi.com/distillery/
If I use the same code as above on the meta.php page and use the url below I get posts from all categories which is not correct.
http://chwisgi.com/distillery/?country=Scotland
(I have commented the query_post... in the meta.php because it's on a live server.)
Jens
http://wordpress.org/extend/plugins/custom-field-taxonomies/