• Resolved aand

    (@aand)


    I’ve just noticed that images from the posts are not clickable – only the headlines. Is there a way to make the images clickable too (they stand out, so I’m guessing a lot of visitors would be clicking those, rather than the headlines)?

    Thanks,
    – Asbjoern

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Travis

    (@tjtaylor)

    Thanks for your feedback, this is not currently possible but I’ve included your feedback for our team.

    • This reply was modified 5 years, 6 months ago by Travis.
    Thread Starter aand

    (@aand)

    Quick tip for those who want clickable images (and who don’t?), and if you’re comfortable doing some light code editing:

    1. Edit wp-rss-retriever.php (this applies to version 1.3.1)

    2. Make a new/blank line after line 114

    3. Move line 98 – ie the string that says:

    $output .= ‘‘;

    to the new line you just created after line 114.

    You’ve now encapsulated both title and image in the post URL. Try it at your own risk, of course – but worked without problems here.

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