Return to Snippet

Revision: 49744
at July 29, 2011 04:36 by xcsteve99


Initial Code
In the plugin folder, 'wp-nivo-slider', look for wp-nivo-slider.php and edit the following:

a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"

to

a href="#" title="<?php the_title(); ?>"

Initial URL
http://dev7studios.com/forum/discussion/475/nivo-slider-in-wordpress-i-want-to-remove-links-or-modify-them/p1

Initial Description
Or remove the whole line for no link at all!

Initial Title
Remove link to post in WP Nivo Slider

Initial Tags
image, java, wordpress

Initial Language
PHP