Hi,
I have a blog on blog.mywebsite.com domain, and I want to display the newest topics on "mywebsite.com". I know I can do that by using including the "wp-blog-header.php" and then using functions like "query_posts", but this causes errors related to sessions, so I want to directly read the database ("wp_posts" table) - are there any resources about it? How to do that?