Hi there,
I use WordPress as my CMS platform. I need to integrate a few web services. For example, I want to show some book information (price, picture, etc) from Amazon. I want to create some custom fields. For example, a custom field for book price, and a custom field for book image. I know I can hard code directly all those in template, but I am reluctant to do that.
Can anyone suggest me how to do it with custom fields? The data behind those custom fields shall come from web service. I do not store or catch those data locally.
Thank you.