resolved now….
shown working
simple thing… the jpg tags were in uppercase.
no luck,
heres the link
just click the post, and it’ll come up, the img is showing the correct path when i view its URL. what else is wrong?
ok i gave
<img src="<?php echo site_url(); ?>/wp-content/gallery/<?php echo get_post_meta($post->ID, 'file', true); ?>/01.JPG" />
a go, but it wont display my picture. Ive right clicked on the broken link, and it takes me to the right folder, it works fine locally on my computer, but not on the server. Any ideas why the images wont show up?