hello!
I'm trying to make all images posted on the index.php template file act as a "more" link, so that when you click on a link, it will take you to it's respective single post page.
i know i have to use <?php the_content(); ?> but how do i tell images to link to this using php?
thanks in advance