I have been getting my rear kicked on this.
I want to:
1. Read directory called "uploads" for files "cat-[thispage]-[filename].jpg".
2. If file begins with "cat" and [thispage] matches the page slug of this current (WordPress) page, print image to screen.
3. Extract [filename] and split is components (which are separated by hypens) into discrete words.
4. Print discrete words (first letter capitalized) under image.
5. Provide hyperlink to page [filename].
While I'm not a great coder, I think I can do step 1 and probably 2 (although most of you would laugh at the coding). But i really need help exploding the content and then using that data.
Any help would be appreciated. Thanks.