Conversation
supportAt the bottom of this page https://www.alfayomega.pe/divinas-leyes/ I need to SHOW the total number of clickable pages available with Magical Posts Display. (they are displayed with Posts List Card template with pagination checkbox activated) Currently I only get 1, 2, 3, … and 37. I need to show ALL pages from 1 to 37 as clickable buttons. Like this: 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37 How to do it? (Yes, already tried with WP-Pagenavi and it does NOT work because Magical Posts Display handles itself all pagination) Help me please Thanks in advance This topic was modified 4 years, 7 months ago by daikyouju . This topic was modified 4 years, 7 months ago by daikyouju . This topic was modified 4 years, 7 months ago by daikyouju . The page I need help with: [ log in to see the link]
Solved it myself by adding ‘mid_size’ => 100, argument to paginate_links function.
Solved it myself by adding ‘mid_size’ => 100, argument to paginate_links function.