Hi,
first off, I know some basics of wordpress and also php, but nothing heavy.
I've just started diving into a new site and am having trouble fixing a page.
We have 1 page that appears to be a custom page template that is displaying a preview image and our post. That's good.
The main problem (that has caused all kinds of secondary problems) I want to solve is that these posts have images of all different sizes. I don't want the images to be resized vertically (they are horizontally scaled) or cropped, but I want the posts to be displayed on the page so that their titles are all on the same line. As they display now, they are just placed a fixed distance underneath the post above. Since the images are of various sizes, the horizontal rows are not aligned.
That's the actual problem I'd like to fix.
In an effort to do that, I duplicated the custom page template and renamed , and created a new page with the identical template it in order to tweak settings. This new page doesn't display any of the posts at all. I thought that copying the .php directly with no changes would basically output the same info when used as a template on a page, but it isn't, so I can't even play with the code to see how I can fix this.
What direction should I be looking in?