I'm looking to mimic the functionality of the following website:
http://www.alphabetphotography.com/
Basically you type in a word and the site will create a print of your word from random pictures... where each picture is a letter shape. This site doesn't look like it is using WP as far as I can tell, but I'm curious as to whether it can be duplicated with WP.
There is clearly a product, so a product post type is in order ( I usually use woocommerce) , but the product is fully-custom and relies on the letters. I was thinking the letter images could just be standard media but with at least 2 custom taxonomies: one for the actual letter and another for the "alphabet set" (like a flowers set, a seashell set.. or whatever).
Does that make sense? Does anyone see another approach that I am overlooking? Should the letters be in their own db table? or best to stick with existing functionality?