Hello.

I wanted to have a different subject line for some of my content when it appears on the front page. When users click the link, they see the content's original subject. Does anybody have any suggestions on how to handle this?

Thank you.

Comments

dman’s picture

It would help if you said either 'title' or 'teaser' as those are the terms used to describe the content bits. :-}

Teaser is easy.
To create an alternate title you could use CCK to add a text field, and then theme your teaser displays to show that instead of your $title.
If you don't want to theme, you can install http://drupal.org/project/text_field_tags which will enable you to set any text field as a link to the node. But you probably want to theme it in your node.tpl.php

.dan.
if you are asking a question you think should be documented, please provide a link to the handbook where you think the answer should be found.
| http://www.coders.co.nz/ |

sockah’s picture

Thanks Dman.