• I thought I had them working properly, but nope.

    I’m using the dimension2k theme at http://www.davereed.org. The feed code is in the header.php file and it look like this:

    <link rel="stylesheet" type="text/css" media="print" href="<?php echo get_settings('siteurl'); ?>/print.css" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />

    I want the feed url’s to display in a separate box similar to the links. I have that going, but the feed url’s are coming back invalid in Newsfire.

    I swear I have read the codex stuff several times but it’s just Greek to me. Somebody please help.

    thanks!
    dave

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘need help with feeds’ is closed to new replies.