Hi, Can I change the read-more link with an image? means I want to replace “read more..†with an arrow gif file for example.. is that possible?
Replace <?php the_content('Read the rest of this entry »'); ?> (or something like this) Code (markup): with <?php the_content('<img src="image.jpg" alt="Read more" title="Read More..." />'); ?> Code (markup):