We're merging with GenerateBlocks! Learn more here.

[Support request] WP-PageNavi

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support WP-PageNavi

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6478
    William
    Participant

    I’m running GeneratePress + GP Premium + WP Show Posts Pro

    I’m using this (below) to replace the pagination with WP-PageNavi… but I have a few CPTs and WP-PageNavi isn’t being shown there (but it is on the blog).

    Any way to also replace the default pagination for WP Show Posts, to use WP-PageNavi?

    // WP-PageNavi
    add_action('generate_paging_navigation','generate_pagenavi_integration');
    function generate_pagenavi_integration()
    {
        wp_pagenavi();
    }

    Best regards, Will

    #6480
    Tom
    Keymaster

    I don’t believe WP-PageNavi will work with WPSP, unfortunately.

    We tried here without success: https://wpshowposts.com/support/topic/integration-of-wp-pagenavi/

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