2 lturner Aug 16, 2010 11:09

Thanks!
Where do I hack code? (I will remember the hack, when upgrade)
Head over to:
/inc/widgets/widgets/_col_item_list.widget.php
Somewhere towards the end about line 373 you will see this:
$content = strmaxwords( $content, $words, array(
'continued_link' => $Item->get_permanent_url(),
'continued_text' => '…',
) );
You need to change that to this:
$content = strmaxwords( $content, $words, array(
'continued_link' => $Item->get_permanent_url(),
'continued_text' => 'Read More',
) );
Hope that helps
Lee
Thanks, it work! :D
No worries
L
Doesn't look like there is a way to configure that without hacking code.
L