• hi!
    i’m trying to add a new rss feed from another of my sites into my header.php & cant quite figure it out. here’s what it looks like now:

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> - RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> - <?php _e("Comments RSS Feed", "grain"); ?>" href="<?php bloginfo('comments_rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> - Atom Feed" href="<?php bloginfo('atom_url'); ?>" />

    and i’m trying to add this in:
    http://worldwidepropaganda.com/?feed=rss2

    any ideas how to mark up a new line to get that to work?

    Thanks!!

Viewing 1 replies (of 1 total)
  • I might have the same problem – I have two blogs; ifred.se and ohrn.eu. The ideal would be for me to use Ohrn.eu and within that site have a category that is ifred.se, where I have my RSS feed from ifred.se somehow.

    Or at least a page with my rss feed from ifred.se

    Any suggestions on that?

Viewing 1 replies (of 1 total)
  • The topic ‘Add external blog’s RSS feed’ is closed to new replies.