Hi folks,
I'm currently in the (rather drawn-out) process of building my site up around an installation of WordPress, and I'm digging around for possible options to get it off the ground. I'm no code guru with this, so keep the tech-terms simple please. ):
The scenario: One of the things I plan for the site is to be able to display my animation work (a little like [this image]). However, rather than make a separate WP page for every single animation (because that would be messy), I'd like to be able to have two or three pages that pull all the required information off some personally-created XML files: One page that lists all the animations, and one that displays the animation depending on whatever was selected (eg: http://mysite.com/page_viewanimation.php?movie_id=##).
The question: Is it possible for WordPress to import data from an external XML file and into a specific page?