By rabithk on
Hi ,
i created a list using views , in this view i selected the filed to display , title and node :teaser. But when it displaying i want a "read more " link next to the teaser node display .. How to display this ..?? i am using drupal 6.x. plz help me ..???
Comments
A way I cheated around this
I cheated around this by creating another Title field:
- erased the text in the Label field
- Checked the "Rewrite the output of this field" box
- In the Text field put "Read More"
- Checked the "Output this field as a link" box
- Checked the "Link this field to its node" box
Hit Save
The Read More link will appear at the bottom of the teaser. It's better than not having a "Read More" link.
No need to "cheat" :-)
No need to "cheat" — use a "Node:Link" field instead of a "Node:Title" field. You can use this field as it was originally intended and it's much easier :-)
So that's an example of what
So that's an example of what Node:Link can be used for! My views / teaser / read more woes are over. Big thanks.