Adding Wordpress posts to HTML website, which uses Dreamweaver templates. I have a website that I created in Dreamweaver, and the pages use a template for the top menu, which I developed with Bootstrap. I wanted to add a blog, and thought I would just create a blog in Wordpress and then create a page that pulls the blog posts from the Wordpress site to a page on my website. So, I created blog.php and added the website template. However, I'm not getting consistent, good results. My first questions is, is this going to work? Is there something inherently incompatable about using templates on a .php page? Next, where should I put "<?phpdefine('WP_USE_THEMES', false);require('wp/wp-blog-header.php');?>"? At the top of the page or in the editable instance labeled "head" in the template? Finally, what should my PHP look like to pull posts from Wordpress? I've tried a bunch of different bits of code I've pulled from different forums, etc., and nothing I have found works consistently. I've done this before with a previous website, but that