Hello,
As per subject, I would like to show feed links next to the taxonomy terms, is it possible?
Sg like this:
http://drupal.org/node/53085
Hello,
As per subject, I would like to show feed links next to the taxonomy terms, is it possible?
Sg like this:
http://drupal.org/node/53085
Comments
Comment #1
xanoYou can change vocabindex_link.tpl.php to include the feed icons. The URL can be constructed using the term's ID that is available in $term. You can use /misc/feed.png for the icon.
Comment #3
xano