1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Problem with Pagination

Discussion in 'Free Divi Community Forum' started by Amit Tyagi, Aug 8, 2021.

  1. Amit Tyagi

    Amit Tyagi New Member

    I am using Divi builder and I want to break the content on my page to several other pages. How can I do this as there is no option of pagination available on row section directly.

    Also I want to break the content on category page to several other pages. I am using blog module section on my category page so I have switched on the pagination button of this blog module and also have used WP-PageNavi plugin.

    Everything looks fancy after this but while clicking on the page buttons 2,3,4 etc the Url of the page is not changing and instead the content on this same page is changing every time. Means it doesn’t actually separate the content into multiple pages. It just makes a single page look as though it’s existing on several pages.

    When I checked the issue I found that when I am putting my cursor on 2,3,4 or any page buttons it showing the page number with ?et_blog. For example: When I am putting my cursor on 2nd page button it is showing - example.com/category/travel/page/2/?et_blog

    After research I found this post (https://intercom.help/elegantthemes/en/articles/2912512-how-to-disable-ajax-in-the-blog-module) here it is mentioned to disable ajax but code on this post is not working.

    I have also try the code <!--nextpage--> for page break but it is also not working in divi builder.

    I wanna ask you that How to break the page so that we can go to its second page, Also, the content after the page break should come to its second page. If you have any solution then please let me know. Many users are facing this issue.

    My website is not ready right now but for instance you can check the pagination of this website. It is not mine but I found the same issue on this website- theroadabroad.be/travel-blog/
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade testimonial carousel design for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try the below code instead. Just place it in WP Admin > Divi > Theme Options > Integration > Header Code:
    Code:
    Log In or Sign Up to view this code.
     
  3. Amit Tyagi

    Amit Tyagi New Member

    After entering the code you mentioned, the next page is opening but this text ?et_blog is not getting removed from the Url of the page. Isn't there any way we can remove this text from the Url as well?
    Please also tell that how to do pagination on a page in which we are using text and image modules as there is no option of pagination available in these modules.
     
    1. PRO MEMBER PERKS Divi.Help Pro Layout Packs - Beautifully crafted Divi layout packs for you to kick start your Divi sites:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try the below instead in WP Admin > Divi > Theme Options > Integration > Header Code:
    Code:
    Log In or Sign Up to view this code.
    There's no such feature for normal modules.

    I would suggest you look into custom post type for Divi. Something similar to the blog modules.