Hello, everybody!
I am sorry for the question, but still ....
I need the RSS icon displayed in the address bar of my FireFox browser.
Can somebody advice what do I put in the below statements instead of 'automatic-feed-links' or 'rss2_url' ?
// wordpress 3.0 and up
add_theme_support( 'automatic-feed-links' );
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
Should it be my blog's feed URL ?
Where to click in the WP-admin dashboard OR which file in my cpanel to open to incert this code ?
I use Lifestyle Child Theme and WordPress 3.1.
Thank you !