Hi Luis,

Hi Luis, Okay, it is easy, basically, you need to do the following. Make sure you know how to disable/remove a buggy plugin before doing this, because you could do typing errors (easy to occur with php) that could stop your wordpress from working (just remove the faultly plugin if needed, and all should be OK again)

1) locate the image-feed-widget.php file inside your plugins folder 2) save it somewhere, make a copy for safety, and edit it 3) locate, from line 52 to 80, the php loop that creates list elements (

  • ) for each rss item 4) that loop adds an image, inside a tag, inside a
    , for each item 5) after that , we'll add a "; ?> 7) save the file and replace the original file in your wordpress installation. You can also give the file another name (and place it outside the image-feed-widget folder) so wordpress won't update it when I do updates to the plugin 8) We now have a rssdescr class name that you can use to format the description text the way you want. Thats it. Hope it works! Yorik