• downloaded & installed, added widget to teh sidebar, and had clean great looking listing of latest couple posts with thumbnails to match the designer’s mind, with no coding necessary on my end

    ok i added a little coding : jquery to remove “no thumbnail” thumbnails :

    $('img.srp-widget-thmb').each(function() { var sc = $(this).attr('src'); if ( sc.lastIndexOf('default-thumb.gif') > 0 ) $(this).parent().parent().remove(); });

  • The topic ‘quick and easy’ is closed to new replies.