Hi,
I have a problem about the tag next page. I put the tag beetwen two pages, in the preview it’s all ok, there are two pages. When I public the article, the two pages are not separated. In the bottom of the page, ther are the numbers: 1-2 but there aren’t the pages. All article is in one page.
I have already tried to do many things, I have already seen the article to the connoisseurs and they say me the code is ok.
what should I do to solve the problem?
Thanks in advance
Anna
Hey annaeli88,
To split your advanced layout builder posts into pages, please add this code to the end of your functions.php file in Appearance > Editor:
add_theme_support('avia_template_builder_page_split_element');
it will add a new element in the builder for spliting into pages
simply add this element where you would like the post to be split instead of using the “nextpage” short code.
Best regards,
Mike