I want to have link to original article only in node stories. I want to remove this link from teaser, becuse there are many outgoing links on teaser`s and home page.
Pls tell me how to do that
I want to have link to original article only in node stories. I want to remove this link from teaser, becuse there are many outgoing links on teaser`s and home page.
Pls tell me how to do that
Comments
Comment #1
aron novakThere is no direct user-friendly way to achieve this.
However I can suggest you to take a look on http://api.drupal.org/api/function/hook_link_alter/6 if you have some developer skills.
Anyway, you can remove those links via CSS as well, but maybe this is an evil way ;)
Comment #2
aron novakNot really a feedapi-related issue.
Comment #3
Anonymous (not verified) commentedFor future viewers an idea of how to use hool_link_alter
1. create a custom module
2. Add code similar to this
3. enable your custom module