I'm not really sure if this is a WP issue, or Thematic specific, but I'm definitely in murky waters. I'm creating a site (so not live) that uses a custom post type with custom taxonomies. When you click on the taxonomy name in the navigation, I want the first post in that taxonomy to show up using the single.php template. However, the behavior seems to always use archive.php. Since I'm creating a Thematic child theme, I have tried multiple things including:
• Limiting WP to only show 1 post in the loop
• Creating an archive.php file in my theme that is a wholesale replacement of the single.php template
• A few different plugins
I'm not really sure which tree to bark up try to get the answer. Anybody have thoughts on this?