Is there a way to have the slider's slides not link to their post when you click on them?
Have slider not link to posts?
6 posts from 3 voices-
Posted 2 years ago #
-
Do you want to remove the link function completely?
Posted 2 years ago # -
Yes please, exactly. How do I do this...
Posted 2 years ago # -
In index.php change following line:
echo'<a href="'.get_permalink().'"><img src="'.$frontpage_image.'" alt="" /></a>'."\n";to:
echo'<a href=""><img src="'.$frontpage_image.'" alt="" /></a>'."\n";Posted 2 years ago # -
thanks...
Posted 2 years ago # -
Glad that I could help you.
Posted 2 years ago #
Reply
You must log in to post.














