You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Getting the default RSS logo at the top right of home pg to function correctly.

UserPost

10:32 pm
March 21, 2010


jjasonw

Member

posts 9

1
 I am having a problem getting the RSS logo on my blog             ( http://MyCoachJason.com/blog ) to link to Feedburner. It does the same thing as your subscribe link on the Flexibility.com home page does. When clicked upon, the browser displays a whole page of notepad type but no link to Feedburner. I could do a walk around by manually inserting the Feedburner linking data into the appropriate place on my home page code, but for the life of me, I can't figure out how to get to that code. I can see it in "view source" but I have even downloaded the entire blog to Dreamweaver and opened every page and can't find it. How do I access it?

2:04 pm
March 29, 2010


Ryan

Admin

posts 1523

2

The code is in the header.php file.  Just look for the rssfeeds div id, and immediately following that is the link code for the RSS icon. Just replace the <?php bloginfo_rss('rss2.url'); ?> with <?php echo $flex_email_address; ?> and that will use your feedburner link for the icon. You can do the same for the text 'RSS' link or just delete it.