Read more in Visual Editor not working
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.