RSS feed button doesn’t work
-
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.
-
Try changing it to:
http://glenmcardle.com/feed/rss/A thanks! Where do I change that?
Try editing your sidebar.php and your header.php files.
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”>
-
<!– FEED –>
-
” title=”<?php _e(‘Syndicate this site using RSS’); ?>”>
<img class=”feed” src=”<?php bloginfo(‘template_url’); ?>/images/feed.jpg” alt=”Subscribe to feed” /> - <ul id=”tabbed_nav” class=”shadetabs”>
- Categories
- Archives
- Blogroll
<li class=”ads clearfix”>
<!– tabbed content –>
<!– http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm –>-
<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 wp_register(); ?>
- <?php wp_loginout(); ?>
- Valid <abbr title=”eXtensible HyperText Markup Language”>XHTML</abbr>
- WordPress
<?php wp_meta(); ?>
<?php } ?>
<!– / OPTIONAL –><?php endif; //function_exists(‘dynamic_sidebar’) ?>
</div>
Anybody?
Could anyone guide me to wich lines I have to edit in order to achieve this?
Many thanks in advance
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
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).
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??
-
” title=”<?php _e(‘Syndicate this site using RSS’); ?>”>
The topic ‘RSS feed button doesn’t work’ is closed to new replies.