When using child pages, with Twenty Ten for example, the pages appear in a vertical list when you hover over the parent page.
I'm wondering how to arrange the child pages pages in a grid - check out the Superdry page HERE to see what I mean.
Thanks in advance for any ideas.
lawsie
Member
Posted 7 months ago #
Did you find anything for this? I've been hunting high and low :(
This is a CSS issue - not a WordPress one.
CSS Tutorials
Learning CSS
lawsie
Member
Posted 7 months ago #
I appreciate that unordered lists can run horizontal (rather than vertical)using CSS but how does one use CSS to call up thumbnails for the child pages if one wishes them to be sourced from the featured images set on pages?
Still just CSS?
Use the_post_thumbnail() in your Loop.
lawsie
Member
Posted 7 months ago #
In that case the time has come to learn what a loop is. Thanks for your help :)