I am developing one real-estate website using WordPress for one client. Client has given my XML feed which contains properties. I have extracted data from the feed using SimpleXML by creating a new template. I am confused regarding the next step? Should I save data in database by creating a new table or start with Custom Post type?
Please guide me. Thanks.
Yes, you should save that data inside database.
You want something like this
id | title | description | location | availability
--------------------------------------------------
and after that you can work with the data on your website.