FT_TextImage_Nav
By Glenn | August 28th, 2008 | Published in Projects, WordPress Plugins | 6 Comments
Description
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 previous_image_link() with ft_previous_image_link(’Previous Image’)
- Replace next_image_link() with ft_next_image_link(’Next Image’)
Download
Download the lastest version here: WP Plugin Repository
September 1st, 2008 at 8:24 pm (#)
FT TextImage Nav…
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….
September 28th, 2008 at 4:05 pm (#)
Did you know that you’ve switched the next/previous links? ft_previous_image_link links to the next photo in the gallery and ft_next_image_link links to the previous photo.
April 6th, 2009 at 7:33 pm (#)
I really liked the way they came off
April 22nd, 2009 at 9:50 pm (#)
I’ve noticed the previous/next switch as well. But it’s not consistent. Sometimes it’s switched and sometimes it is not. Can’t figure out what the deal is.
April 22nd, 2009 at 10:05 pm (#)
Hey I figured out what is causing the switch! If you set your attachment gallery to use “Menu Order” it will switch the Previous and Next links. If you use Date/Time or Name it will not switch the links.
May 21st, 2009 at 10:41 am (#)
@Tim: Interesting. Should I leave it like that or create some sort of option?