This is what I have in the loop that grabs the posts and displays them on the index page…
<?php the_attachment_link( $attachment->ID , false); ?>
And this is what it results in…
<a href="linkToImage">
<img src="sorceOfImage"/>
</a>
I just want that middle part without having it wrapped in a link. Any ideas? Thank you so much!
what about this:
outputs something like http://example.net/wp-content/uploads/filename