• Resolved allitastic

    (@allitastic)


    Is there a way to link each slide? I’d like to use this plugin for rotating ad spaces on a website, but each ad needs to link to a different page. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Using custom fields in your template, this is easily possible since the slider posts all use custom fields.

    Not sure what your coding abilities are but if you edit your own templates you can probably figure out how to use get_post_meta(); in your template file to make an anchor tag appear around each slide.

    http://codex.wordpress.org/Function_Reference/get_post_meta

    Plugin Author Ben Casey

    (@casben79)

    or:

    in the post content put the link around the image being the full width and height
    <a href="http://your_url_here.com"><img src="/path/to/image.jpg" alt="" title="" /></a>
    and as you are using the content not featured image, select full width text as the slider type.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Way to add links?’ is closed to new replies.