Is there a way I can show Feed: Feed Title type of a thing for Feed Items in search results? I want to show the same text that shows up in Node Links.

Thanks in advance.

Comments

aron novak’s picture

Sure, there is a way.
http://api.drupal.org/api/function/hook_nodeapi/6
Take a look on $op = "search result": this is exactly what you need. So implement this hook in one of your modules and add the information what you need. To do this, you need to have basic coding skills.

aron novak’s picture

Usually devel module helps to find out variable names.

deltab’s picture

How do I modify search-result.tpl.php to get this effect?