2013-02-13, 21:14:54
Hi vladislav,
Please, open the file blog/inc/frontEndFunctions.php and chek there are this code over the line 88:
As you can see, the href="" value has to contain the $url param.
This must be solve your problem.
Please, open the file blog/inc/frontEndFunctions.php and chek there are this code over the line 88:
PHP Code:
if(!isset($_GET['post']) && $blogSettings['displayreadmore'] == 'Y')
{
echo '  <br /><a href="'.$url.'" class="read_more_link">'.$blogSettings['readmore'].'</a>';
}
?>
As you can see, the href="" value has to contain the $url param.
This must be solve your problem.