That is a function of your theme. YOu need something like:
<a href="<?php print esc_html(get_syndication_permalink($post->ID)); ?>" title="<?php the_title(); ?>" target="_blank">link to article</a>
That is a function of your theme. YOu need something like:
<a href="<?php print esc_html(get_syndication_permalink($post->ID)); ?>" title="<?php the_title(); ?>" target="_blank">link to article</a>