Ok, i'm really new to wordpress, been a drupal guy for a long time but everyone kept saying "try wordpress, it's way easy" and to some extent I'm starting to like it. Of course, there's a bit of a learning curve as I figure out where stuff is, what does what, ect.....
But my first question and the source of most of my frustration right now, the thing I was hoping the hybrid system might help me with the most:
Is there really no easy way to add support for custom post types into WP3?? It supports it, but it seems anytime you want to display custom post types you have to do a new page, make a new template, change everything.
Isn't there an easy way to over ride the query to be something like IF anything other than a page SHOW it?
For my needs it would be way easier just to filter out types I don't need when I don't need them then to have to rebuild everything to just list custom post types on archives, home page, category pages, ect....
I'm probably missing something simple just because i'm not that familiar with WP. Any suggestions on how to just get it to query every post type save perhaps Pages?