Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Nathan Lake

    (@nathanlake2)

    I think it is somewhere here….

    /*
    * If page content split into multiple pages, display links
    */
    $link_pages = wp_link_pages( array(
    ‘next_or_number’ => ‘next’,
    ‘before’ => ‘

    • ‘,
      ‘after’ => ‘
    • ‘,
      ‘nextpagelink’ => __( ‘Next page →’, ‘flat-bootstrap’ ),
      ‘previouspagelink’ => __( ‘← Previous page’, ‘flat-bootstrap’ ),
      ‘echo’ => false
      ) );
      if ( $link_pages ) echo ‘<ul class=”pager”>’ . $link_pages . ”;

    Thread Starter Nathan Lake

    (@nathanlake2)

    Is there no way to get rid of this?

    Thread Starter Nathan Lake

    (@nathanlake2)

    There must be someone out there that can figure this out.

    Thread Starter Nathan Lake

    (@nathanlake2)

    This is stopping the customer from giving me approval to launch. It is stupid, but it is what he wants. Please…please…please…somebody help me.

    Thread Starter Nathan Lake

    (@nathanlake2)

    Resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pratt Theme – Down arrow’ is closed to new replies.