We're merging with GenerateBlocks! Learn more here.

[Support request] Integration of "wp-pagenavi"

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Integration of "wp-pagenavi"

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3990
    Dominique Vucko
    Participant

    Hello,
    Is it possible to replace the default pagination system with the “wp-pagenavi” plugin, using for example a function like:

    add_action ( ‘wpsp_something’, ‘wpsp_pagenavi’);
    function wpsp_pagenavi ()
    {
    wp_pagenavi ();
    }

    Congratulations for your great work.

    #3999
    Tom
    Keymaster

    You could try wpsp_after_wrapper as the hook name instead of wpsp_something.

    Not 100% sure it will work, as I assume that plugin is built to work with the main loop.

    #4003
    Dominique Vucko
    Participant

    Hi Tom.
    Thanks for replying.
    Indeed, it does not work. Alas.
    I will try to change the aspect of the pagination to get the same as with the pagenavi plugin.
    In the meantime, thank you again for your invaluable help on the forums and your work on wp show posts and generatepress.
    Dominik

    #4014
    Tom
    Keymaster

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.