pharcyded
Feb 3rd 2008, 5:55 pm
This is what I have in my code for my wordpress blog subscribe link:
<a href="<?php bloginfo('http://devoted2gaming.com/feed'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/rss.gif" alt="Subscribe to my RSS feed"></a>
The issue I am having is that when you click the image on my site it takes you to http://devoted2gaming.com/DeVOTeD 2 GaminG ...which is a link that does not exist. Why isn't it taking them to the feed link provided in the code? I don't understand! Any help would be appreciated. :confused:
<a href="<?php bloginfo('http://devoted2gaming.com/feed'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/rss.gif" alt="Subscribe to my RSS feed"></a>
The issue I am having is that when you click the image on my site it takes you to http://devoted2gaming.com/DeVOTeD 2 GaminG ...which is a link that does not exist. Why isn't it taking them to the feed link provided in the code? I don't understand! Any help would be appreciated. :confused: