The rss feed block displays the feeds just fine but the EXTERNAL LINK assigned to the blog post's SOURCE *in the "boxed" section underneath it* ( the external blog site - not the blog post itself which has a correct link) is the SAME as the dolphin main site home page which a visitor is already on. In other words, the external link just reloads your own home page.
Something here, perhaps a bug, in Dolphin-v.7.1.2/inc/js/jquery.dolRSSFeed.js ?
'<div class="rss_read_more bx-def-padding-left bx-def-padding-right">' +
'<a href="' + feed.link + '" ' + sTarget + ' class="rss_read_more_link">' + feed.title + '</a>' +
'</div>' +
much thanks!