Thursday, December 24, 2009

How to hide 'More:' clause from b2evolution


Go to %BLOG_HOME%\inc\MODEL\items directory, open file _item.class.php and make the following changes:
Change :
$more_anchor = ‘[’.T_(’More:’).’]';
to
$more_anchor = ‘’;

No comments: