SimonJ, thanks for telling me the name of the file I need to look at. Lines 16-26 show this:
<channel>
<title><?php bloginfo_rss('name'); wp_title_rss(); ?></title>
<link><?php bloginfo_rss('url') ?></link>
<description><?php bloginfo_rss("description") ?></description>
<pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), false); ?></pubDate>
<generator>http://wordpress.org/?v=<?php bloginfo_rss('version'); ?></generator>
<language><?php echo get_option('rss_language'); ?></language>
<?php do_action('rss2_head'); ?>
<?php while( have_posts()) : the_post(); ?>
<item>
<title><?php the_title_rss() ?></title>
Where do I put [ABC Messenger] (what I want to show in the rssfwd)? In line 16 or 26 or both? If line 16, do I put it in place of name in that line? or the_title on line 26? Or what?
I didn't know there was a place that had to have the title put in. It's not in the instructions, or I would have done it before this.
BTW, I *have* upgraded one of the blogs and have the same problem. The others (including this one) I plan on upgrading after Jan 8th when I'm having surgery and will have some "chained to the computer" time to do it. Just no time until then. Thanks for the concern in this matter - I really do plan to upgrade, I'm not being lazy, just lack of time. One of the things that is forcing me to find time for this version is this paragraph re 2.7:
Last, but certainly not least, this may be the last time you ever have to manually upgrade WordPress again. We heard how tired you were of doing upgrades for yourself and your friends, so now WordPress includes a built-in upgrade that will automatically notify you of new releases, and when you’re ready it will download them, install them, and upgrade your blog with a single click.