Forums

RSS feed button doesn't work (10 posts)

  1. glen1980
    Member
    Posted 2 years ago #

    My RSS feedbutton on all the pages of my blog doesn't seem to work
    http://glenmcardle.com/

    How can I fix this?
    All help is very much appreciated.

  2. alism
    Member
    Posted 2 years ago #

    Try changing it to:
    http://glenmcardle.com/feed/rss/

  3. glen1980
    Member
    Posted 2 years ago #

    A thanks! Where do I change that?

  4. alism
    Member
    Posted 2 years ago #

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

  5. glen1980
    Member
    Posted 2 years ago #

    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">

  6. <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 -->

  7. <?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() ) { ?>

  8. <h2>Meta</h2>
  9. <?php } ?>
    <!-- / OPTIONAL -->

    <?php endif; //function_exists('dynamic_sidebar') ?>

    </div>

  • glen1980
    Member
    Posted 2 years ago #

    Anybody?

  • glen1980
    Member
    Posted 2 years ago #

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

    Many thanks in advance

  • glen1980
    Member
    Posted 2 years ago #

    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.

  • iridiax
    Member
    Posted 2 years ago #

    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).

  • glen1980
    Member
    Posted 2 years ago #

    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??

  • Topic Closed

    This topic has been closed to new replies.

    About this Topic

    Tags

    No tags yet.