Anyone who understand this short piece of code?
-
This piece of code:
<img src=”<?php bloginfo('url'); echo '/'; echo get_option('upload_path'); echo '/'; // this is where the Lead Story image gets printed $values = get_post_custom_values(”leadimage”); echo $values[0]; ?>” alt=”leadimage” id=”leadpic” /></a>
Are producing an empty image space in my theme. I just don’t understand where to look for this image, or how to add it?
I am using the Branford Magazine theme. Yes, I have asked, but got no answere.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Anyone who understand this short piece of code?’ is closed to new replies.