I'm currently working on a custom WordPress theme that will be a showcase of several different stories, "books" if you will, that contain individual chapters. I'd like to present each of the stories in a kind of flip book presentation using jQuery, AJAX or some combination thereof. Following is an example of what I'd like to do in WordPress:
http://www.getfisk.com/somali_pirates
At current I've got a basic theme designed with posts created for each chapter, however I'm thinking I might need to create some form of custom post type and/or fields for the flip book functionality to work. Would love any and all suggestions you guys might have on how best to go about doing this as at the moment I'm at a bit of a loss. Thanks in advance. :)