Remove link to post in WP Nivo Slider


/ Published in: PHP
Save to your folder(s)

Or remove the whole line for no link at all!


Copy this code and paste it in your HTML
  1. In the plugin folder, 'wp-nivo-slider', look for wp-nivo-slider.php and edit the following:
  2.  
  3. a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"
  4.  
  5. to
  6.  
  7. a href="#" title="<?php the_title(); ?>"

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.