I'm working on our new real estate site. I have created a mysql database with our listings that updates itself daily. The database contains all of the information for each listing - photo, mls#, description, price, etc. What I want to do is create a blog post dynamically for each listing using the info in the database. Hopefully I am asking the question properly. Does anyone know how this can be done? I know how I would do it in html...the actual page content I could just write in html and php. But I want the page title and headers to be generated dynamically based on the information in the database. So far I haven't found a plugin that does this. Can anyone point me in the right direction?