'', 'after' => '', 'separator' => ' ', 'link_before' => '', 'link_after' => '', 'echo' => 0 )); if( $bunnypresslite_wplinknum ) { $bunnypresslite_pagelink = wp_link_pages( array( 'before' =>'', 'after' => '', 'link_before' => '', 'link_after' => '', 'separator' => '', 'next_or_number' => 'next', 'nextpagelink' => 'next', 'previouspagelink' => 'previous', 'echo' => 0 )); preg_match_all('|' . __('« Previous page','bunnypresslite') . ' '; }elseif( strstr($bunnypresslite_get_pagelink[0][0],'next') ) { preg_match('|"(.*?)"|s', $bunnypresslite_get_pagelink[0][0], $bunnypresslite_get_nexturl); $bunnypresslite_nextlink = ' ' . __('Next page »','bunnypresslite') . ''; } } if( isset( $bunnypresslite_get_pagelink[0][1] ) ) { if( strstr($bunnypresslite_get_pagelink[0][1],'next') ) { preg_match('|"(.*?)"|s', $bunnypresslite_get_pagelink[0][1], $bunnypresslite_get_nexturl); $bunnypresslite_nextlink = ' ' . __('Next page »','bunnypresslite') . ''; }elseif ( strstr($bunnypresslite_get_pagelink[0][1],'previous') ) { preg_match('|"(.*?)"|s', $bunnypresslite_get_pagelink[0][1], $bunnypresslite_get_previousurl); $bunnypresslite_previouslink = '' . __('« Previous page','bunnypresslite') . ' '; } } echo ''; } dynamic_sidebar( 'sidebar-4' ); ?>