Bingo! Thank you! I can see it in the plugin editor, but how do I know how much to delete? This is in between brackets:
}
add_action( ‘init’, ‘imgcp_init_plugin’ );
function add_feed_content($content) {
$content = $content.'<p>This article belongs to ‘ . get_bloginfo(‘name’) . ‘ ! The original article can be found here: ‘ .get_the_title(). ‘</p><p>‘ . get_bloginfo(‘name’) . ‘ © ‘ . date(“Y”) . ‘ – All Rights Reserved</p>’;
return $content;
}