• mstudioIL

    (@mstudioil)


    Can I use it on pages with shortcode, I choose where to divide the page?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author AlanP57

    (@alanp57)

    I’m not sure how that would work. Normally the pagination links will appear on the page that displays multiple posts such as a blog index page. You may have to manually add the code for pagination to your page:

    <?php if(function_exists('wp_paginate')):
       wp_paginate();	
    endif ?>;
    Thread Starter mstudioIL

    (@mstudioil)

    Thanks, who will it make the pagination?
    I only need it in one page

    Plugin Author AlanP57

    (@alanp57)

    You would have to edit the page and put the code where you want to have the pagination links though I cannot say that the pagination code will actually work with the output of the shortcode. It may be that the pagination code has to be added to the shortcode’s PHP function.

    Thread Starter mstudioIL

    (@mstudioil)

    OK, will it work with Elementor?

    Plugin Author AlanP57

    (@alanp57)

    I have not tried that either. You could ask Elementor support about that or how they would implement pagination links.

    Thread Starter mstudioIL

    (@mstudioil)

    OK, thanks

    I installed the WP-Paginate and activated the plugin. I am using a page that I built as a Home page. I went to the settings page and set it up on my requirement but there appears nothing on my page, can you please let me know how to use it.

    • This reply was modified 4 years, 9 months ago by saadi54.
    Plugin Author AlanP57

    (@alanp57)

    A few questions:

    What theme are you using on your site?

    Is the home page setup to be a blog page?

    Can you post a link to the site?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Use on pages’ is closed to new replies.