• Resolved TheMadWiddler1200

    (@themadwiddler1200)


    I would like to change the post lists pagination on my homepage to numbered pagination. I currently have it set to only have a “Newer Pages” and “Older Pages” buttons. But I would like for it to be numbered. Like have something like this “1 2 3 4 5 6 …… 50” Would I have to download a plugin to achieve this?

    Thanks in advance for your help!

Viewing 3 replies - 16 through 18 (of 18 total)
  • Hello @sjjenkins

    Well that code assumes you have wp-pagenavi plugin installed, wp-pagenavi and wp-commentnavi are two different plugin.
    Look at this part:

    if ( !function_exists('wp_pagenavi') )
            return;

    this means that if the ‘wp_pagenavi’ fucntion doesn’t exist (most likely ’cause wp-pagenavi isn’t installed) nothing will happen.
    As in your case.
    So.. do you have it installed?

    Hi, @d4z_c0nf. Thanks for the speedy reply!

    LOL – DERP! That did the trick. ?? Thx!

    Thnx again! Realy helpfull ??

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Add numbered pagination to homepage post list nav?’ is closed to new replies.