Text Navigation Links for WordPress Images
This plugin allows you to replace the default previous and next image links with a set of custom one that print a text based link rather than a thumbnail of the image. Simply download the file, unzip and upload to your wp-plugins folder, activate and include the following functions in your code.
Replace
<?php echo previous_image_link();?>
with
<?php echo ft_previous_image_link(’Previous Image’);?>
and replace
<?php echo next_image_link();?>
with
<?php echo ft_next_image_link(’Next Image’);?>
Download the latest version here: Version 1.0 (zip)

