I have had a good experience using a single catagory..
I am having a little trouble getting it to work in a single taxonomie.
see bottom of page for links
http://geoconinc.com.s157459.gridserver.com/projects/land-development-ld01/
using project type: Land Development
post type: projects
taxonomie
name: projecttype
slug: ptype
here is the code I am using
<div id="port-nav"><div id="poject-lft"><?php next_post_link_plus( array('in_same_tax' => true, 'link' => 'back project' ) ); ?></div>
<div id="poject-rt"><?php previous_post_link_plus( array('in_same_tax' => true, 'link' => 'next project' ) ); ?></div>
thanks for anyones suggestions.
jD