Hi,
I am using the WP Framework with Wordpress.org.
I would like to customize the 'Read More' link by replacing the text with an image. I have the following code, but do not know where to place it.
This is the code I have:
<?php the_content('Read more...<img src="' . bloginfo('template_directory'). '/images/leaf.gif" alt="read more" title="Read more..." />'); ?>
It would be great to get some help with this.
Thanks!