Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mikax

    (@mikax)

    can you help me?

    Plugin Author Allen

    (@amweiss98)

    once the image becomes a featured image, it’s up to wordpress and your theme…the plugin cannot determine it’s title or how it opens in a window…that is up to your theme settings.

    Thread Starter mikax

    (@mikax)

    Hello the function in theme for the featured link is this:

    <div class="article__featured-image">
    			<a href="<?php the_permalink(); ?>"><img src="<?php echo $image[0] ?>" alt="<?php the_title(); ?>"/></a>
    		</div>

    how do I change the code

    – To have the same link as the title (example: http://www.facebook.com/postXY)
    – Normal posts have continued to link to post

    thanks for help

    need this too

    I thinks its about using $custom rssmi_source_link.

    Plugin Author Allen

    (@amweiss98)

    this is all going to be tricky, but if you find out how to do it..let me know.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem with the featured Image Link!’ is closed to new replies.