I use WP as a CMS for project management. I've created my own table for tracking data and it lives within the wp database. I just use a php include to get the page which accesses the data, and it works fine.
However, my footer, which displays recent posts, incorrectly shows "no posts." I assume that I've created a problem by opening another connection and query w/o using the appropriate wp functions.
I tried just adding wp_query_reset(); at the end of my included php file, but no luck. Any suggestions?