Can you use dynamic data on wordpress?

Newbie Member
26Mar2011,12:02   #1
justinalex's Avatar
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?

Last edited by shabbir; 26Mar2011 at 12:07.. Reason: Confine links to signature
Go4Expert Founder
26Mar2011,12:07   #2
shabbir's Avatar
Yes you can get that done. In your themes you have to be doing the needed PHP