I’m trying to make 3 versions of a post, each version is served based on a specific utm_source parameter. – Version A includes an infinite scroll version of the post – Version B includes a paginated version of the post – Default contains the original post
Version A works as expected and so does the Default version. But Version B ignores the page breaks as set in the article and shows the article on one page. How to fix this?