On the homepage, there is a loop that displays featured posts along with an image. By default, the theme displays a "no-image" placeholder.
My question is, how can I swap out these images (without simply over-writing the no-image.gif)?
Is there a custom field value I can enter in the post? Here is a line of code (132) from the theme that I think may hold the answer:
url(<?php if($image_src != '') { echo $image_src; } else { ?><?php bloginfo('template_directory'); ?>/images/no-image.gif<?php } ?>)
I'm not very familiar with php, so I'm having a hard time deciphering that. I've tried custom fields using 'image_scr' as the Name, and 'file.jpg' as the Value, but got nothing.
I've looked over the author's page and cannot find any documentation about swapping the images. Also a search on wordpress.org and google hasn't turned up any good discussions about Hamasaki for me, so I figured I would start one here.
Here is the author's (NURUDIN JAUHARI) homepage: http://www.jauhari.net/themes/hamasaki
(Looking at that link above, the images I'm referring to are near the bottom of the theme and say, "Handwritten Typographers".)
I've asked him some questions but am still waiting to hear back. I assume he's on Indonesian time.
Thanks in advance!