Next page not numbers

Home Forums WordPress Theme Support BfastMag Pro Next page not numbers

This topic contains 2 replies, has 2 voices, and was last updated by  Christopher 6 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9107

    Christopher
    Spectator

    Once again. How do I change it so that you get a next page button rather than a series of numbers to move through a multi-page post?
    Thanks.

    #9109

    Raja CRN
    Keymaster

    Hello,

    Edit the file the template-parts > content-single.php

    find the wp_link_pages(); Replace that with following code.

    wp_link_pages(array('next_or_number'=>'next', 'previouspagelink' => ' « Previous Page', 'nextpagelink'=>' Next Page »'));

    Thanks

    #9110

    Christopher
    Spectator

    Thanks. That worked.

Viewing 3 posts - 1 through 3 (of 3 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .