In the main blog feed, is it possible to move the Post title on top of the Image rather than below it?
Hello everybody!
First I would like to thank you for this (GREAT) template!
Second I would like to mention that I have the same question as thesansinator (above) – I would like to move the title above the picture for the home page. I assume this is just a matter of moving one “php echo” over the other (the “title echo” over the “picture echo”) but I couldn’t for the life of me find them in any of the .php files of the template. If anyone knows if my idea is corect or knows another way of doing this, please let me know.
All the best and congratulations again on a great template.
In the content-*.php files you can try to copy another entry-container on top of the thumbnail function call and delete the title function call below it.
Cheers,
Alexander @ http://www.mouseclick.com
Thank you very much for the info! That worked perfectly.