Post Pagination

Posted in: Newspaper
Post count: 15

Hello,

So I tried to apply the same pagination answer from a Newsmag thread to Newspaper in order to have the numbers removed and display only “NEXT”/”PREVIOUS”. (I realized the screenshots are actually from a Newspaper theme)

However it doesn’t work. I looked at both files in Newsmag and Newspaper (td_module_single_base.php and td_wp_booster_functions) and in both cases the code regarding pagination is exactly the same.

It works when I use this tutorial on Newsmag and have the filter removed via functions.php in the child theme but it doesn’t work for Newspaper. Somehow Newspaper is forcing numbered pagination somewhere else.

Any ideas on solving this?

Thanks!

Post count: 23312

Hi louist,

I’ve tested on our theme and the change of the post pagination (following the steps in https://forum.tagdiv.com/topic/about-next-page-button-pagination/ ) seems to work perfectly. Also,
I think you missed a comma after the last red code…please use this code to change the core file:
'next_or_number' => 'next',

Please try it again and i the problem is still there please let me know.

Hope this helps!

Thanks!

Post count: 15

Thanks Catalin,

I must be cursed :P.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.