Viewing 9 replies - 1 through 9 (of 9 total)
  • Try changing it to:
    http://glenmcardle.com/feed/rss/

    Thread Starter John Doe

    (@glen1980)

    A thanks! Where do I change that?

    Try editing your sidebar.php and your header.php files.

    Thread Starter John Doe

    (@glen1980)

    thanks,

    I don’t see anything regarding a feed in the code of my header file, but I do see a bit about feed in the top of my sidebar fil, but I dont now what to change there.

    <div id=”sidebar”>

    • <div class=”content”>
      <div id=”categories” class=”tabContent”>
      <?php wp_list_categories(‘orderby=name&show_count=1&title_li=’); ?>

    </div>

    <div id=”archives” class=”tabContent”>

      <?php wp_get_archives(‘type=monthly’); ?>

    </div>

    <div id=”blogroll” class=”tabContent”>

    • Web-Kreation
    • <?php wp_list_bookmarks(‘categorize=0&title_li=’); ?>

    </div>
    </div> <!– /content –>

    <script type=”text/javascript”>
    var countries=new ddtabcontent(“tabbed_nav”)
    countries.setpersist(true)
    countries.setselectedClassTarget(“link”) //”link” or “linkparent”
    countries.init()
    </script>
    <!– / tabbed content –>

    <?php
    // Widgetized sidebar, if you have the plugin installed.
    //To add a new Widget, go to Dashboard -> Design -> Widgets
    //When you activate a Widget, everything below will disappear
    if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) :
    ?>

    <!– Author information –>
    <!–Fill in your details if you want to use it.–>
    <li class=”clearfix”><h2>Author</h2>
    <!– img by Pardeshi – http://flickr.com/photos/pardeshi/1514977212/ –>

    <!– OPTIONAL –>
    <!– What comes after this line is optional (It is already on top of this page in the tab “login”). Delete it if you don’t need it –>
    <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>

    • <h2>Meta</h2>

    <?php } ?>
    <!– / OPTIONAL –>

    <?php endif; //function_exists(‘dynamic_sidebar’) ?>

    </div>

    Thread Starter John Doe

    (@glen1980)

    Anybody?

    Thread Starter John Doe

    (@glen1980)

    Could anyone guide me to wich lines I have to edit in order to achieve this?

    Many thanks in advance

    Thread Starter John Doe

    (@glen1980)

    Hi there. Still trying to work around getting the feed to work. As you can see in my sidebar.php the line for the feed is correctly build and on my blog the feed button is displayed correctly.

    But the problem is the link to witch it directs… the feed directs to the link

    http://glenmcardle.com/feed

    instead of:

    http://glenmcardle.com/feed/rss/

    I also see on the corredt feed link above that my feed is not named. I wish for it to be called Glen McArdle.

    Anyone please as to were I can change the direction of the feed to the proper adress and how to change the feed name?

    All help greatly appreciated.

    Do you have a folder named feed in the root level of your website? If so, rename it as it is not part of WordPress and is breaking things. If not, then you need to check permissions because I get a 403 forbidden for the feed directory (which shouldn’t even be there).

    Thread Starter John Doe

    (@glen1980)

    Thanx, that was indeed the problem.

    Now I have my feed working, but at the top it now shows Nameless and I would like it to show Glen McArdle; where can I edit this??

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘RSS feed button doesn’t work’ is closed to new replies.