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 ?>;
Thanks, who will it make the pagination?
I only need it in one page
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.
OK, will it work with Elementor?
I have not tried that either. You could ask Elementor support about that or how they would implement pagination links.
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 6 years, 3 months ago by
saadi54.
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?