>
post_content,'[gallery') === false){
if ( has_post_thumbnail()){
the_post_thumbnail();
}
}
the_content();
wp_link_pages( array( 'before' => '' . __( 'Pages: ', 'bunny' ), 'after' => '
' ) );
}else{
?>
post_content,'[gallery') === false){
if ( has_post_thumbnail()){
the_post_thumbnail();
}
}
the_content();
}
wp_link_pages( array( 'before' => '' . __( 'Pages: ', 'bunny' ), 'after' => '
' ) );
bunny_meta();
?>