Part of the FullThrottle Network
Full Throttle Development

WordPress Plugins on Demand

FullThrottle Development is your solution for custom WordPress plugin development. Our client list includes universities, colleges, small and large business as well as personal bloggers.

How We Can Help

  • Custom Plugin Development
  • Plugin Tweaks and Fixes
  • Plugin Installation
  • Plugin Testing / Consultation

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)