Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I use the Aggregator module to display RSS contents. I want to have a RSS button along with the aggregator node, how can I enable or add the button to page?

share|improve this question

1 Answer

The RSS icon should already appear automatically on the page. If not, check your theme's page.tpl.php file and make sure it has this line on it:

<?php print $feed_icons ?>
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.