• I’m having a problem with the RSS feed for the blog part of my website.

    When I try to subscribe to https://www.blueroofdesigns.com/blog , it only shows comments (and old ones at that).

    I want it to offer a subscription to all blog posts. For the life of me, I can’t figure out how to fix it. Any suggestions?

    Thanks,
    Elissa

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try https://blueroofdesigns.com/feed/ (/blog/feed is pulling comments from the “/blog” page)

    Thread Starter erscampbell

    (@erscampbell)

    Thanks so much for your response.

    I get what you’re saying, but how do I redirect the feed to go there when someone clicks on the RSS icon in the address bar? I don’t know how to correct it.

    Thanks,
    Elissa

    Check your theme’s header.php and look for something that starts with:

    <link rel="alternate" type="application/rss+xml"

    Thread Starter erscampbell

    (@erscampbell)

    Hmmm…it’s not there!

    Here’s the full content of header.php:

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; xml:lang=”en” lang=”en”>
    <head>
    <meta name=”msvalidate.01″ content=”2F7F1E281E521321DE5BECD4F468D0C9″ />
    <?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
    <?php wp_head(); ?>
    <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
    <style type=”text/css” media=”screen”>
    @import url( <?php bloginfo(‘stylesheet_url’); ?> );
    </style>
    <title><?php bloginfo(‘name’); ?> <?php wp_title(); ?></title>
    <link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />

    <meta http-equiv=”Content-Style-Type” content=”text/css” />

    </head>

    <body <?php body_class(); ?>>
    <div id=”wrapper”>
    <h1 id=”logo”><span>Elissa R. Campbell | Blue Roof Designs</span></h1>

    <ul id=”nav”>
    <?php dk_list_pages(“title_li=0&collapse=0&depth=1&sort_column=menu_order&sort_order=ASC&exclude=5920,93845,343444”);?>

    <div id=”content”>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog RSS feed only shows comments’ is closed to new replies.