• Resolved Anneemu4

    (@anneemu4)


    I have scoured the boards to find out what I’m doing wrong but I can’t find anything. If anyone could help me I’d greatly appreciate it.

    I set up a WP blog through Simple Scripts on bluehost. However when I put in my domain (https://www.gameblurb.com) it can’t find a feed (OR it tells me I have an invalid xml file). The /feed doesn’t come up if I plug it in myself. Here is the code of my page source – which isn’t right, though I can’t figure out how to fix it.

    <link rel="stylesheet" href="https://www.gameblurb.com/wp-content/themes/NerdBlue/style.css" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="Game Blurb RSS Feed" href="Game Blurb" />
    <link rel="pingback" href="https://www.gameblurb.com/xmlrpc.php" />

    Here is the code in my header.php – I put ‘feed’ into the parentheses. Otherwise I didn’t change anything on this.

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('feed'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.js"></script>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Feedburner can't find my feed, I can't find my feed.’ is closed to new replies.