I want a grid of thumbnails on my homepage that each link to a separate page. These thumbnails would pull from the featured image of that page. The page title will also be displayed above each thumbnail.
Hey Doc, I've implemented what you recommended but it is only pulling the image from the slider I have configured for the homepage. I have since disabled the slider on the homepage but it is only pulling that slider image which is itself another page.
This is where I am testing out the grid if you would like to have a look.
Similar to http://demo.graphpaperpress.com/mixfolio/ in a way but those thumbnails would be pulling from pages and not images.
Thanks!
You'll just need to run a loop with query_posts, should be pretty easy. Something like this:
Where '####' is the ID of the parent page (probably the portfolio page?).
And then float them all to the left. Apply appropriate margins, etc.
This is where I am testing out the grid if you would like to have a look.
http://studio7.greenflagseo.com/pages-grid/
Thanks!