21 Oct by beaschmitz
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:
where can i change the "read more" button of the dynamic desplay?
i want to put another text in it!
thanx
25 Oct
#1
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);



