>
post_content,'[gallery' ) === false ) {
if ( has_post_thumbnail() ) {
echo '';
the_post_thumbnail();
echo '' . esc_html__( 'Follow this link to read the post.', 'bunny' ) . ' ';
echo '';
}
}
the_content();
wp_link_pages(
array(
'before' => '' . __( 'Pages: ', 'bunny' ),
'after' => '
',
)
);
bunny_meta();
?>