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 . ”;
Is there no way to get rid of this?
There must be someone out there that can figure this out.
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.