glew
Junior Member
- Feb 10, 2008
- 141
- 95
I figured out my last problem on my own, but now i've ran into another one.
i'm trying to put this code
next to the <li> tag here
it's the code for custom field image and i want each image to show up next to each title.
if someone could help with a solution i would be really greatful
i'm trying to put this code
Code:
<div style="float:left; margin-right: 5px"><img src="<?php $key="fav"; echo get_post_meta($post->ID, $key, true); ?>" /></div>
next to the <li> tag here
Code:
print "<li>***code here***<a href='". get_permalink($post->id) ."'>".$post->post_title."</a></li>\n";
it's the code for custom field image and i want each image to show up next to each title.
if someone could help with a solution i would be really greatful