Pls paste the following code into the file framework/functions/blog-content.php at line number 159 –
$enable_read_more = mo_get_theme_option('mo_display_read_more_button') ? true : false;
if ($enable_read_more) {
$more_text = mo_get_theme_option('mo_read_more_text', __('Read More', 'mo_theme'));
echo '' . $more_text . '';
}
I do not want to edit the PHP files without FTP access and hence I would request you to do this yourself being aware that you may have revert this through FTP if you see errors. If you see some errors with the above pasted code and site goes down, pls use the one in the attachment (won’t get formatted by WordPress).