• Resolved snowme

    (@snowme)


    Hi,

    I was wondering how I can get wp-pagenavi plugin to show up on my main page. Right now the main page loads all of my posts.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author nobita

    (@nobita)

    Hi snowme

    Your means Now raindrops wp-pagenavi can not be specified argument.

    As specified in the argument can be, Raindrops should add a filter?

    Thank you.

    Thread Starter snowme

    (@snowme)

    I’m trying to get “older posts” link to show on the main page. I saw you have wp-pagenavi included with your theme and would like to use it. I’m not sure how to add it to the main page.

    Thread Starter snowme

    (@snowme)

    Sorry I found out I had the Reading setting set to show 10 posts. I had to lower the number and wp-pagenavi showed up at the bottom of the screen. Sorry for wasting your time. Thanks you for all your help.

    Theme Author nobita

    (@nobita)

    https://www.tenman.info/wp3/manualraindrops/pagination-menus

    revert to native navigation

    Step1:
    Dashboard / Appearance / Customize

    Add-ons / Custom Page Navigation

    Set value No

    Save and Publish

    Step2:
    functions.php ( child theme/functions.php ) top

    <?php
    /* insert below code */
    function raindrops_the_pagenation( $html, $position ) {
    	return $html;
    }
    /* insert end */
    /**
     *
     *
     * @package Raindrops
     * @since Raindrops 0.1
     */
    Thread Starter snowme

    (@snowme)

    I got it working. Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How Do I Get PageNavi on Main Page’ is closed to new replies.