Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Martin Stehle

    (@hinjiriyo)

    No. Sorry.

    Thread Starter odinrg

    (@odinrg)

    Pagination maybe in new version? 🙂

    Thread Starter odinrg

    (@odinrg)

    I see in code:

    the_posts_pagination( array(
    ‘mid_size’ => 2,
    ‘prev_text’ => __( ‘Back’, ‘textdomain’ ),
    ‘next_text’ => __( ‘Onward’, ‘textdomain’ ),
    ) );

    but I can´t see it in the widget when I put it in a page.

    Plugin Contributor Martin Stehle

    (@hinjiriyo)

    That code is for navigation between older and newer posts, not within a widget.

    What should happen if a user clicks on a link in the widget labeled as “Load more”? Or “Older” and “Newer”?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Button to "load more "’ is closed to new replies.