It depends on your theme. The plugin uses WordPress filters ‘loop_start’, ‘loop_end’ and ‘wp_link_pages’ to insert pagination links. What theme are you using on your site?
Thank you so much for your response. Theme is Salient.
Looking at your site, I see the plugin is adding the pagination links on the bottom blog index page. The plugin only works for pages containing blog posts such as posts, category and archive pages but not for regular pages.
Thank you for this. Do you know a way – to get a page number on all pages of website? I appreciate your help as I am new to this.
Thank you!
One method would be to write a hook function to insert a number on each page. Another would be to add code to your theme page templates to display a page number. You would need to define the criteria for numbering (perhaps you could add a custom field on each page or post to assign a page number using the Advanced Custom field plugin) and define the location on the page you would like the number to appear.
-
This reply was modified 4 years, 7 months ago by
AlanP57.