where can i change the "read more" button of the dynamic desplay?

where can i change the "read more" button of the dynamic desplay?
i want to put another text in it!
thanx

Tags:
Rob D.'s picture
Offline
Joined: 04/09/2008

Hi,

You can change the text for this in template.php. On approximately line 149 you'll see:

$slider_items[$key1]['slide_read_more'] = l('Read more...', 'node/' . $result->nid);

And you'll just want to change this to:

$slider_items[$key1]['slide_read_more'] = l('Your New Text', 'node/' . $result->nid);

Support hours: 9AM - 5PM EST, Mon - Fri

Follow us on: