PaulRiehemann
Member
Posted 5 years ago #
I'm moving my blog (www.solve4biggies.com) to WordPress. Can you suggest a template that will offer a similar first page layout to the one I have now (text and photos)?
I've downloaded blogtxt from plaintxt.org and like the white space, but I don't think I can include photos on the top of the first page - can I?.
Thanks for your help.
Paul
You should be able to include images on the front page. Most themes if not all will do it. WordPress uses a pair of functions to display post content. the_content() will display the images. the_excerpt() will not. Just look at see which function the theme uses. And if it;'s the wrong one, just edit the file.
the_excerpt() doesnt display images?
I beg to differ, I use images in my excerpts frequently.