I'm using wp_list_pages, but I'd like to have the format like this:
<a href="link" title="title"><img src="title-of-post.jpg" width="96" height="96" alt="title" /></a>
So basically, instead of the text link, an image link.
I realize there would need to be some heavy modification of the WP files, but I was really hoping there would be a plugin. By having the image name title-of-post (just like the slug) it would be easier.
Any ideas? Plugins? Suggestions? Help?
Anything would be great.
Many thanks.