• Hello,
    I don’t know PHP but i do know HTML. To be very honest i am not even sure if i am supposed to add Feed URL somewhere in the code.Can you please tell me where am i supposed to insert the code for the feed to work properly and not giving the error..MySitename>>>Page Not Found. Please advise. Here is the code i think that i should be inserting that url to:
    <?php
    eval(str_rot13(‘shapgvba purpx_s_sbbgre(){vs(!(shapgvba_rkvfgf(“purpx_sbbgre”)&&shapgvba_rkvfgf(“purpx_urnqre”))){rpub(\’Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\’);qvr;}}purpx_s_sbbgre();’));
    ?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    <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(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <!–[if IE ]>
    <link rel=”stylesheet” href=”<?=bloginfo(‘template_url’)?>/style-ie.css” type=”text/css” media=”screen” />
    <![endif]–>
    <!–[if IE 6]>
    <link rel=”stylesheet” href=”<?=bloginfo(‘template_url’)?>/style-ie6.css” type=”text/css” media=”screen” />
    <![endif]–>

    <?php eval(str_rot13(‘shapgvba purpx_shapgvbaf(){vs(!svyr_rkvfgf(qveanzr(__SVYR__).”/shapgvbaf.cuc”)){rpub(\’Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\’);qvr;}}purpx_shapgvbaf();’)); wp_head(); ?>

    </head>

    <body>
    <div id=”body_page”>
    <div id=”page”>

    <div id=”menu”>
    <div id=”menu_items”>

    </div>
    <div id=”header_rss”>
    “><img src=”<?php bloginfo(‘template_url’)?>/images/rss.gif” alt=”RSS” />
    </div>
    <div class=”clear”></div>
    </div>

    <div id=”header”>
    <div id=”header_title”>
    <h1>
    /”><?php bloginfo(‘name’); ?><span class=”description”><?php bloginfo(‘description’); ?></span>
    </h1>
    </div>
    <div id=”header_banner”>
    <?php theme_banner_show(); ?>
    </div>
    <div class=”clear”></div>
    </div>

    <div id=”body”>
    <div id=”body_top”>

    <div id=”body_left”>
    <div id=”body_left_content”>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you wanting to insert feed code for the rss option to show in the address bar, or are you wanting to provide an rss link elsewhere in your theme?

    Thread Starter zzz7

    (@zzz7)

    Richard There is a RSS Icon in the header as default and i just wanted to see if i click on that icon what happens and it gave the error My site name>>>Page Not Found.So i thought may be i enter Ebay RSS Feed URL so that if someone clicks on that RSS Icon gets subscribed to that feed.

    Inside your “theme body” code, all I see is an rss image <img src="<?php bloginfo('template_url')?>/images/rss.gif" alt="RSS" />

    In your document head this is your existing rss code <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />

    it is on line 15: try replacing it with this:

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    You can always begin a conversation with me using one of the following messengers below:

    skype: motivatebusiness
    yahoo: motivatebusiness

    Thread Starter zzz7

    (@zzz7)

    No It didn’t work. I tried it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My RSS Icon is giving error —My Site Name>>Page Not Found’ is closed to new replies.