Change these 2 lines to greatly improve images & titles in this plugin:
-
This plugin is great, but there are two big drawbacks/omissions:
1. Images are shown below the title, which is odd
2. Those eye-catching story images are not clickableThere’s an extremely simple way to fix that. Disclaimer: Proceed at your own risk. You’ll need to know how to edit a plugin php file and re-upload it – devs, could you please add this tweak to upcoming versions?
Here’s how to do it in v1.4.0:
Edit the file in the /inc/classes folder called RSS_Retriever_Feed.php
and move lines 92 and 93 – ie these:
$output .= $item->title;
$output .= ‘‘;Down BELOW line 103 (ie BELOW the line that says $output .= ‘</div>’;)
Save and upload the updated file, and you’re all set. The plugin will now display images, then titles – and those big, eye-catching images will now actually be clickable. Again, I hope the devs can add this change going forward as it fixes to major drawbacks to this otherwise excellent plugin.
- The topic ‘Change these 2 lines to greatly improve images & titles in this plugin:’ is closed to new replies.