' . get_the_post_thumbnail() . '';
}
/* Translators: %s: Name of current post */
the_content( sprintf( __( 'Continue reading %s', 'billie' ), get_the_title() ) );
wp_link_pages( array(
'before' => '
' . __( 'Pages:', 'billie' ),
'after' => '
',
) );
?>