josie2484
Member
Posted 1 year ago #
I am trying to set up a page that has a photo grid with titles underneath each photo in my twenty-ten theme. When I try to set it up manually the spacing is always an issue. I want to be able to set up columns of some sort or a grid format so the end result is a group of evenly spaced photos with title (also a link to another page) underneath.
Since I am a novice at best and know very little about code I am flying blind here. Any help would be most appreciated.
link to your site?
you probably need to make a page template for that page.
http://codex.wordpress.org/Pages#Page_Templates
start with a copy of the code from index.php;
then make a new loop-grid.php, etc:
some code as described here in my article might work.
josie2484
Member
Posted 1 year ago #
Don't edit the Twenty Ten theme. Your changes will be over-written the next time you upgrade WordPress. For this reason, it is recommended that you consider creating a child theme for your customisations.