[URGENT] Post Pagination

Posted in: Newsmag
Post count: 5

Hi, I need to use next/prev buttons for pagination on my posts. In prior versions of Newsmag, i could edit the code in td_module_single_base.php file as seen here

‘after’ => ‘</div>’,
‘link_before’ => ‘<div>’,
‘link_after’ => ‘</div>’,
‘echo’ => false,
‘next_or_number’ => ‘next’,

but in the newer version of newsmag, ‘next_or_number’ => ‘next’, is not present. How do I use next/prev buttons instead of numbered pagination?

Post count: 23312

Hi,

Please refer to the following topic here -> https://forum.tagdiv.com/topic/page-navigation-2/ Try to add that parameter and check the results.

Thanks for the message!

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