In Views2 how to redefine how node/% is shown only for the given content type?
Till now I am redefining node/% views for all types, which I don't like.

Specifically:
Instead of the name of the node
i want to show
the name of the linked node via Node reference - with some additions.

Or is it a template issue?

Comments

nevets’s picture

This would be a template issue. If by name of node you mean title you can copy node.tpl.php to node-content_type.tpl.php (ex: if your content type was 'bike' the file would be node-bike.tpl.php) and edit that file.

almays’s picture

Thank you very much.
Next question would be how to retrieve the linked page title in the template of the current page.