• I am using the getImage plugin

    i have it displaying an image beside each post in my blog list, displaying the first image in the post’s gallery

    I am trying to figure out how to get that image to link to an outside site.

    Is there a way to get the getImage plugin to recognize the Link URL specified in the Image Gallery? (or a similar plugin that does the same thing)

    I tried storing the desired link in the post’s Excerpt box and then putting this code around the image:

    <a href="<?php the_excerpt(); ?>" target="_blank">
    <?php echo gi_thumb(1); ?>
    </a>

    but it outputs the link as

    https://myblog.com/<p>www.DesiredLink.com</p&gt;

    which does not work obviously

    Anyone have any ideas on how to get around this?

  • The topic ‘getImage plugin – linking the image’ is closed to new replies.