Slider Will Not Link
Home › Forums › Misc. › General Forums › Slider Will Not Link
-
#12222On March 11, 2012 at 7:47 pm
Hello. I am having a hard time to add a link to my slider images. I know there is a “link” field, but dosen’t seem to be working. Any tips?
Stalfred.com
#15989On March 11, 2012 at 7:49 pmare you adding the “http://” at the start of your links?
#15991On March 15, 2012 at 9:55 pmGo to Appearance> Editor and select “easyslider.php” from right and copy the whole code and paste it to pastebin.com and send me the link.
#15992On March 16, 2012 at 12:05 amHello. The link is http://pastebin.com/seAqzdu4
#15995On March 16, 2012 at 6:44 pmThe slider link is only wrapped around the slider content. You don’t have slider texts.
You can make the images clickable by going to Appearance >Editor and select “easyslider.php” from right and find this line:
<?php the_post_thumbnail(); ?>
with this:
<a href="<?php echo get_post_meta($post->ID, 'slide_link', TRUE); ?>"><?php the_post_thumbnail(); ?></a>
Tagged: icon by url, topic-170