By almays on
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
This would be a template
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.
Thank you very much. Next
Thank you very much.
Next question would be how to retrieve the linked page title in the template of the current page.