elishama3, in includes/templates/your_template/common/html_header.php, you should have the <head> tags you are looking for. At the very bottom of that page you should see these two lines:
</head>
<?php // NOTE: Blank line following is intended: ?>
add the code just above the</head> tag, like this:
<?php echo rss_feed_link_alternate(); // RSS Feed ?>
</head>
<?php // NOTE: Blank line following is intended: ?>



Reply With Quote
