Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi there,
I add in the read-more tag into the Visual Editor in the Page Builder but though I can see it there, it is not working.
I added this into my functions.php page as suggested
function theme_child_fix_more(){
if(is_front_page()) {
global $more;
$more = 0;
}
}
add_action(‘template_redirect’, ‘theme_child_fix_more’);
but i can’t get it to work.
Any ideas?
Thanks,
Talia
Hi Talia
The functions.php fix you’ve posted was for a read more bug that had previously occurred with the Page Builder Post Loop (PB) widget. To my knowledge the Visual Editor widget doesn’t support the more tag. It’s perhaps a feature suggestion you could raise with Black Studio on their WordPress.org forum page.
Sorry I don’t have more here.