>
';
if( is_front_page() ) {
echo '
';
the_title();
echo '
';
}else{
if ( bunnypresslite_display_page_date() ) { ?>
';
the_title();
echo '';
}
if ( bunnypresslite_display_page_author() ) { ?>
'; the_author_meta('nickname'); echo ''; ?>
';
bunnypresslite_singular_thumbnail();
echo '
';
}elseif( has_post_thumbnail() && !bunnypresslite_display_page_thumbnail() ){
echo '
'',
'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' );
?>